aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add Mustek, National and Ultima scanners.Nick Hibma2001-08-211-1/+9
* Do NOT allocate a 1K buffer on the kernel stack.Julian Elischer2001-08-101-2/+12
* Add the Rio 800 USB device IDsPeter Wemm2001-08-081-2/+4
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-201-1/+1
* Set vendor string correctly for the Apple KeyLargo.Benno Rice2001-07-051-0/+4
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionalNick Hibma2001-07-051-82/+200
* Regen.Nick Hibma2001-07-052-55/+353
* Pull in the most recent version of usb_quirks.h and propagate the necessaryNick Hibma2001-07-058-194/+161
* Make the string argument a const.Nick Hibma2001-07-051-2/+2
* Update with NetBSD versionNick Hibma2001-07-051-20/+66
* Add device ID for the OHCI controller in the Apple KeyLargo chip.Benno Rice2001-07-021-0/+5
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.Nick Hibma2001-06-301-0/+1
* Don't free memory that has been freed already.Nick Hibma2001-06-302-2/+1
* Add the device resume method to keyboard drivers.Kazutaka YOKOTA2001-06-301-1/+14
* Fix warning: 128: warning: initialization makes pointer from integerPeter Wemm2001-06-151-1/+4
* Activate the kthread mechanism for doing usb bus discovery. This meansPeter Wemm2001-06-062-49/+48
* Remove the empty uscannerioctl() and use noioctl() instead.Poul-Henning Kamp2001-05-231-8/+1
* Add description for 82801BA controller.Jun Kuriyama2001-05-211-0/+16
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-0/+4
* Regen.Nick Hibma2001-04-302-7/+14
* Add 4300C IdNick Hibma2001-04-301-1/+2
* Regen.Nick Hibma2001-04-172-2/+9
* Add the HP scanner 3400CNick Hibma2001-04-171-0/+1
* Regen.Nick Hibma2001-04-172-2/+18
* Lexar jumpSHOT Id.Nick Hibma2001-04-171-0/+4
* Regen.Nick Hibma2001-04-122-17/+84
* TDK idsNick Hibma2001-04-121-1/+8
* From NetBSDNick Hibma2001-04-121-5/+11
* Rege.Nick Hibma2001-04-092-4/+4
* Again an ID that has been reused. Update description.Nick Hibma2001-04-091-1/+1
* Add the Abocom URE 450 ethernet adapter.Nick Hibma2001-04-091-0/+1
* Regen.Nick Hibma2001-04-092-4/+4
* Update the description for the EPSON PID 0x010a. It seems to be reused inNick Hibma2001-04-091-1/+1
* Regen.Nick Hibma2001-04-092-2/+9
* Add the Omni 56K Plus modemNick Hibma2001-04-091-0/+1
* Add id for the IO Data ET/TNick Hibma2001-04-071-0/+1
* Regen.Nick Hibma2001-04-022-2/+18
* Add Agate Q-Drive.Nick Hibma2001-04-021-0/+4
* Regen.Nick Hibma2001-04-022-8/+204
* Sync with NetBSD usbdevsNick Hibma2001-04-021-16/+56
* Since -CURRENT requires module dependencies to actually be correct forBrian Feldman2001-03-291-0/+1
* Regenerate correctly.Peter Wemm2001-03-292-2/+2
* Hint: usbdevs_data.h and usbdevs.h are marked:Peter Wemm2001-03-291-0/+1
* Small patch is required to the USB susbsystem to include support forPoul-Henning Kamp2001-03-283-0/+8
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-267-7/+0
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-072-2/+7
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5Peter Wemm2001-03-051-0/+1
* Disable the mutex locking calls. These do not work in their present formPeter Wemm2001-02-273-0/+15
* Change default devfs permissions to the ones in MAKEDEV.Nick Hibma2001-02-191-2/+2
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3