summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undo previous commit. <machine/clock.h> is needed for the prototypeNick Hibma2000-10-161-0/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* From NetBSD:Nick Hibma2000-08-131-22/+49
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-9/+9
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-12/+12
* Don't use tsleep when cold booting. It is called before bus->use_pollingNick Hibma2000-02-061-1/+1
* More USB ethernet tweaks:Bill Paul2000-01-201-25/+51
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-3/+5
* Add devnames, the device names the drivers attached to for usbd.Nick Hibma1999-11-281-14/+42
* Addition of new fields to the usb_devinfo struct to enable the newNick Hibma1999-11-211-3/+9
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-122/+194
* remove superfluous header includeNick Hibma1999-11-081-1/+1
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-266/+335
* Add comments, change variable names to make them consistent (r -> err,Nick Hibma1999-07-251-116/+125
* Only print the device name once, during attach (device_quiet)Nick Hibma1999-06-211-0/+2
* Enable attachment of multiple drivers to a single device.Nick Hibma1999-05-301-11/+16
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenienceNick Hibma1999-04-201-0/+4
* 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)Nick Hibma1999-04-191-1/+38
* 1) Make debugging more selective.Nick Hibma1999-04-111-95/+24
* Cosmetical changes.Nick Hibma1999-03-221-1/+3
* Textual changesNick Hibma1999-01-221-3/+12
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-13/+3
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-171/+434
* Added Id to all filesNick Hibma1998-12-141-0/+1