aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add definition for UIPROTO_MOUSE.Warner Losh2007-06-301-0/+1
* Update to merged names for things. No functional changes.Warner Losh2007-06-301-2/+2
* Add support for various MS Wirless usb mice. the patch is fromWarner Losh2007-06-294-83/+133
* Change uhub to dynamic status size for status change endpoint. From aWarner Losh2007-06-291-2/+2
* The timeout is in milliseconds, not in hz. Only the portion of theWarner Losh2007-06-281-2/+2
* With the advent of G3/CDMA modems, the old buffer sizes are no longerWarner Losh2007-06-281-4/+4
* For both interrupt and isochronous (the patch was unclear which one itWarner Losh2007-06-281-3/+13
* Partially updated usbdevs from OpenBSD's usbdevs. Also, some sortingWarner Losh2007-06-261-43/+114
* LINKSYS4 is going to be going away. Migrate to CISCOLINKSYS instead.Warner Losh2007-06-251-3/+3
* Starting in version 1.56, ucomstop started calling ucomstart to workWarner Losh2007-06-251-0/+10
* For USBVERBOSE case, we can't have " in any of the names.Warner Losh2007-06-231-5/+5