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