aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Apply le*toh() or htole*() to the variables of which we use the addressMarcel Moolenaar2008-03-071-1/+6
* Oops, I accidently concatenated uslcom.[c4] multiple times before theRink Springer2008-03-051-1676/+0
* Import uslcom(4) from OpenBSD - this is a driver for Silicon LaboratoriesRink Springer2008-03-052-0/+2121
* - Handle buffer lock waiters count directly in the buffer cache insteadAttilio Rao2008-03-011-0/+1
* Add support for the EPSON CX5400 scannerRemko Lodder2008-02-262-0/+2
* - Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZPav Lucistnik2008-02-262-0/+6
* o Add module event handler.Shunsuke Akiyama2008-02-241-2/+19
* Add support for the VIA USB2IDE bridge [1].Remko Lodder2008-02-212-0/+22
* Eliminate BUS_DMA <-> cache incoherencies in USB transfers.Rafal Jaworowski2008-02-121-1/+2
* - Revert last ehci.c changeAttilio Rao2008-02-101-1/+0
* After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of theKonstantin Belousov2008-02-101-0/+1
* Allow arbitrary baud rates, not just the standard ones.Ed Maste2008-01-261-21/+13
* Calculate baud rate divisor instead of allowing only a fixed set ofEd Maste2008-01-252-35/+71
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-242-10/+2
* Remove explicit calling of lockmgr() with the NULL argument.Attilio Rao2008-01-082-4/+4
* Fix incorrect dependencies of zyd(4).Weongyo Jeong2008-01-071-3/+3
* Add the SparkLAN RT2573, found in HP s3200nKevin Lo2008-01-072-0/+5
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-291-5/+5
* Sync with rev 1.63 of NetBSD's ums.c:Rui Paulo2007-12-261-14/+49
* - Add quirk for the TrendNet TU-S9 adapter, which uses new version of PL2303Stanislav Sedov2007-12-161-0/+3
* Add quirks for Netac Onlydisk 2000 USB disk.David Xu2007-12-112-0/+5
* ieee80211com.ic_fixed_rate holds rate instead of rate indexKevin Lo2007-12-011-1/+1
* Add Dell's Photo AIO Printer 926.John Birrell2007-11-261-0/+1
* - add the Planex GW-US54GXS adapterSam Leffler2007-11-232-0/+2
* Fix NULL dereference in rum_txeof()Kevin Lo2007-11-211-3/+2
* Add PCI device support for Intel S7000FC4UR in usb and ichwd, systemsJack F Vogel2007-11-152-0/+24
* Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.Henrik Brix Andersen2007-11-112-4/+7
* Add private tx/rx buffer management to support large frame sizesSam Leffler2007-11-102-109/+223
* - Remove magic number and fit max rx buffer size accurately.Ariff Abdullah2007-11-082-12/+88
* Check wep flag in *_tx_mgt since we need to encrypt some management frameKevin Lo2007-11-063-0/+33
* Do not pass an address to local stack variable to usbd_set_report_async.Alexander Kabaev2007-11-051-3/+4
* upgrade zd1211b firmware for the zyd driver. This solves a hardwareSam Leffler2007-11-031-512/+471
* fix a typo in rx radiotap's flagsSam Leffler2007-11-031-1/+1
* correct entrySam Leffler2007-11-031-1/+1
* Add one of HTC Smartphone/PocketPC device IDs.Alexander Motin2007-10-222-0/+5
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-202-7/+7
* 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