summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-082-4/+4
* Fix incorrect dependencies of zyd(4).weongyo2008-01-071-3/+3
* Add the SparkLAN RT2573, found in HP s3200nkevlo2008-01-072-0/+5
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-291-5/+5
* Sync with rev 1.63 of NetBSD's ums.c:rpaulo2007-12-261-14/+49
* - Add quirk for the TrendNet TU-S9 adapter, which uses new version of PL2303stas2007-12-161-0/+3
* Add quirks for Netac Onlydisk 2000 USB disk.davidxu2007-12-112-0/+5
* ieee80211com.ic_fixed_rate holds rate instead of rate indexkevlo2007-12-011-1/+1
* Add Dell's Photo AIO Printer 926.jb2007-11-261-0/+1
* - add the Planex GW-US54GXS adaptersam2007-11-232-0/+2
* Fix NULL dereference in rum_txeof()kevlo2007-11-211-3/+2
* Add PCI device support for Intel S7000FC4UR in usb and ichwd, systemsjfv2007-11-152-0/+24
* Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.brix2007-11-112-4/+7
* Add private tx/rx buffer management to support large frame sizessam2007-11-102-110/+224
* - Remove magic number and fit max rx buffer size accurately.ariff2007-11-082-12/+88
* Check wep flag in *_tx_mgt since we need to encrypt some management framekevlo2007-11-063-0/+33
* Do not pass an address to local stack variable to usbd_set_report_async.kan2007-11-051-3/+4
* upgrade zd1211b firmware for the zyd driver. This solves a hardwaresam2007-11-031-512/+471
* fix a typo in rx radiotap's flagssam2007-11-031-1/+1
* correct entrysam2007-11-031-1/+1
* Add one of HTC Smartphone/PocketPC device IDs.mav2007-10-222-0/+5
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-7/+7
* 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
OpenPOWER on IntegriCloud