aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* fix an incorrect setting of `retry times' in case of zd1211b, weSam Leffler2007-10-191-1/+1
* Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.Takanori Watanabe2007-10-182-1/+1038
* Make ukbd_getc respect non-blocking behavior if one is requested. ChangeAlexander Kabaev2007-10-151-7/+10
* fix a bug of RX routines that can't process multi-frame transactionsSam Leffler2007-10-151-2/+3
* The ukbd driver has some questionable "magic" to for a default keyboardJohn Baldwin2007-10-121-2/+8
* Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)Takanori Watanabe2007-10-122-0/+2
* Add entries for Epson multifunction scanner/printer/card readers,Luigi Rizzo2007-10-052-6/+38
* Add support for the AX88178 and AX88772 based devices.Warner Losh2007-09-252-26/+230
* - Only assume that a PCI device on the same slot is a "neighbor" USBJohn Baldwin2007-09-191-2/+13
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-172-2/+2
* Zyd needs be under Giant because USB is under Giant.Warner Losh2007-09-151-1/+2
* - fix a bug that zyd_attach() returns 0 even if it encountered errorsSam Leffler2007-09-071-3/+11
* Add missing bg scanning bits; update ic_lastdata and cancel anySam Leffler2007-09-051-0/+6
* Add missing bits that made bg scanning lame:Sam Leffler2007-09-052-0/+12
* A port of the zyd driver from NetBSD by . This supports the ZyDASWarner Losh2007-08-293-0/+5125
* Add devices for the forthcoming zyd driver, ported from NetBSD, byWarner Losh2007-08-291-0/+45
* Replace three copies of the host controller reset sequence thatDon Lewis2007-08-121-18/+38
* Merge in the AX88178 and AX88772 register definions (along withWarner Losh2007-08-092-15/+65
* Add missing newline in printf.Warner Losh2007-07-291-1/+1
* Minor Bug fix that will cause panic with some terminal with voice path on USB.Takanori Watanabe2007-07-271-3/+9
* Start to converge on standard ways of saying some things likeWarner Losh2007-07-251-86/+111
* Fix absolutely maddening autorepeat bug that would cause the last keyWarner Losh2007-07-251-0/+9
* ums(4) does not work if the mouse defaults to boot protocol. ForceWarner Losh2007-07-251-0/+8
* Add support for ShanTou ST268 usb nic. This is from a patch for NetBSDWarner Losh2007-07-241-0/+2
* Change new Wi-Spy device name to Wi-Spy 2.4x.Warner Losh2007-07-221-1/+1
* WISPY added an X.Warner Losh2007-07-221-1/+1
* Add some additional devices.Warner Losh2007-07-221-3/+19
* Correct RSSI calculation.Sepherosa Ziehau2007-07-171-1/+1
* Add additional product id and quirks entry for MetaGeek Wi-SpyWarner Losh2007-07-102-0/+5
* Missed in last commit: add usb task for rue to use for its ticks.Warner Losh2007-07-091-0/+1
* When all the other drivers were converted to scheduling a taskqueue toWarner Losh2007-07-091-0/+18
* Fix duplicates that crept in at the last minute :-(.Warner Losh2007-07-091-2/+1
* Further diff reduction against the proposed merged usbdevs: Add a fewWarner Losh2007-07-091-21/+37
* More vendors from the merged list.Warner Losh2007-07-091-10/+71
* Trivial differences with the proposed merged BSD usbdevs file mergedWarner Losh2007-07-061-95/+94
* uhub already does the printing and naming of a device, so don't do itWarner Losh2007-07-061-5/+1
* Prefer device_printf to printf + device_get_nameunit. This savesWarner Losh2007-07-051-17/+14
* Prefer device_printf to printf("%s: ...", device_get_nameunit()). OnWarner Losh2007-07-051-30/+23
* Prefer device_printf to printf("%s:...", device_get_nameunit(),...);Warner Losh2007-07-052-61/+51
* Add quirks, derived from the linux quirks table for:Warner Losh2007-07-052-5/+375
* Add support for Western Digital MyBook external enclosures. They needWarner Losh2007-07-052-0/+10
* WD Firewire/USB Combo hangs under load on USB interface. Fix withWarner Losh2007-07-022-0/+5
* Fix two more PRs:Warner Losh2007-06-305-7/+28
* Additional devices from NetBSD and OpenBSD. This includes devices notWarner Losh2007-06-302-24/+33
* umass quirk: Samsung YP-U2 USB MP3/Ogg PlayerWarner Losh2007-06-302-0/+5
* quirk for CENTURY EX35QUAT disk enclosureWarner Losh2007-06-302-23/+31
* Fix cheapy Myson USB-IDE adapterWarner Losh2007-06-302-0/+7
* Expand the transform API to allow transports to return 'success' forWarner Losh2007-06-301-5/+20
* Reduce diffs to OtherBSD by using usb_lookup. No functional changes.Warner Losh2007-06-301-15/+4
* Remove duplicate USBDEVUNIT #defineWarner Losh2007-06-301-1/+0