aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: save and restore the data toggle value when a pipe to anIan Dowse2006-03-011-0/+1
* MFC: don't perform an endpoint stall clear every time a pipe isIan Dowse2006-02-151-17/+0
* MFC: USB Quirk for iPods (should work with some other devices).Florent Thoumie2005-12-141-12/+16
* Merge from NetBSD.Maxim Sobolev2005-03-011-48/+9
* Although USBVERBOSE was an option in the config system, usb_subr.c failedWarner Losh2005-01-201-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Merge recent USB2/EHCI related changes from NetBSD:Ian Dowse2004-11-031-8/+23
* Remove extra */Peter Wemm2004-09-301-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()Bill Paul2004-09-291-3/+8
* Add comments about why we're freeing subdevs (which is completelyWarner Losh2004-09-091-8/+11
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-2/+12
* Next step in making usb more newbus:Warner Losh2004-08-141-37/+31
* Add pnpinfo and location information to uhub. We also keep track ofWarner Losh2004-06-301-14/+43
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-2/+2
* MFNetBSD.Lukas Ertl2004-06-261-7/+23
* Refuse to change the configuration index if the device has openIan Dowse2004-05-291-2/+10
* Do the looping retry trick in the first operation to try to talkJulian Elischer2004-04-011-11/+14
* Put the event notification back where it was for freeBSD, after device creation.Julian Elischer2004-03-201-2/+2
* Diff reduction to NetBSDJulian Elischer2004-03-191-22/+35
* Re-enable detach events after adding a bugfix from NetBSDJulian Elischer2004-03-191-1/+2
* Empty vendor string overrides knowndevsMIHIRA Sanpei Yoshiro2004-01-181-0/+4
* Try a port reset if initial contact to a device failed.Bernd Walter2003-09-011-1/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Update to reflect the NetBSD patches that are already included.Josef Karthauser2003-07-141-1/+6
* WARNING: white space diffJohn-Mark Gurney2003-07-041-21/+21
* Some USB devices are not prepared to deal with a single byte stringJosef Karthauser2003-01-141-2/+8
* Retry to get full device descriptor, this let my slow CD Tower device work.David Xu2003-01-081-1/+7
* Set the ivars _after_ checking that the bdev was correctly created insteadNick Hibma2002-06-171-2/+2
* Add a power exceeded debug message.Josef Karthauser2002-04-251-1/+2
* MFNetBSD:Josef Karthauser2002-04-251-2/+2
* MFNetBSD:Josef Karthauser2002-04-251-5/+38
* MFNetBSD:Josef Karthauser2002-04-251-2/+9
* MFNetBSD: hid.c (1.22), uhci.c (1.150), usb_subr.c (1.97)Josef Karthauser2002-04-071-2/+1
* MFNetBSD: uhub.c (1.54), usb_subr.c (1.92)Josef Karthauser2002-04-071-1/+4
* MFNetBSD: usb_subr.c (1.90), usbdi.c (1.83), usbdivar.h (1.65)Josef Karthauser2002-04-071-2/+1
* MFNetBSD:Josef Karthauser2002-04-021-1/+2
* MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88)Josef Karthauser2002-04-021-7/+1
* MFNetBSD: usb_subr.c (1.87), usbdi.h (1.53)Josef Karthauser2002-04-021-1/+13
* MFNetBSD:Josef Karthauser2002-04-011-2/+1
* constifyJosef Karthauser2002-04-011-1/+1
* Update $NetBSD$ idents to better reflect reality.Josef Karthauser2002-04-011-1/+1
* Merge from NetBSD:Josef Karthauser2002-04-011-14/+38
* Merge from NetBSD: revision 1.72Josef Karthauser2002-04-011-7/+4
* Merge from NetBSD:Josef Karthauser2002-04-011-1/+1
* Huge merge from NetBSD:Josef Karthauser2002-03-161-1/+3
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-201-21/+21
* Merge from NetBSD:Josef Karthauser2002-02-161-7/+7
* Merge from NetBSD.Josef Karthauser2002-01-281-3/+4
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichJosef Karthauser2002-01-021-5/+5
* Pull in the most recent version of usb_quirks.h and propagate the necessaryNick Hibma2001-07-051-170/+118