summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-111-0/+3
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-104-44/+176
* Add an extra debugging message.n_hibma2000-01-101-1/+4
* Add Sun keyboard and NetChipn_hibma2000-01-101-0/+10
* Add the vendor/device IDs for the LinkSys USB100TX.wpaul2000-01-085-2/+25
* Be a bit more discriminating when trying to decide when to screen outwpaul2000-01-082-7/+21
* Leave the SOFS value (number of StartOfFrames to wait while fillingwpaul2000-01-081-0/+6
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-076-2/+119
* Cleanups: remove stale comments left over from when I cloned the ADMtekwpaul2000-01-062-17/+1
* Update copyright date for Y2K (did the other files but forgot this one).wpaul2000-01-051-1/+5
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is thewpaul2000-01-055-15/+23
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedwpaul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourwpaul2000-01-051-1/+59
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-057-9/+2025
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-288-21/+1854
* Fix one bug and make one minor enhancement:wpaul1999-12-231-1/+23
* - Add a module event function to the ukbd driver and make the ukbd KLDyokota1999-12-131-4/+22
* Add vendor NetChip with its device NET1080 (host-to-host adapter)n_hibma1999-12-072-7/+23
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-033-5/+9
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingn_hibma1999-12-033-17/+13
* In one queue all the TDs (transfer descriptor, packets) for one transfern_hibma1999-12-021-3/+6
* Commit for r1.29 of ugen.c was wrong. All the ugenX* devicen_hibma1999-11-301-8/+16
* Update de driver for the request->xfer changes.n_hibma1999-11-281-6/+10
* Woops, it seems to fail initialisation. Disabled while I am figuring outn_hibma1999-11-281-0/+2
* Correct the last parameter for clallocn_hibma1999-11-283-7/+7
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-288-145/+184
* Add devnames, the device names the drivers attached to for usbd.n_hibma1999-11-282-15/+47
* Add a quirk for the Altec ASC495 speakers. They pretend to support then_hibma1999-11-282-3/+5
* Add PCI_USBREV_1_1n_hibma1999-11-281-1/+2
* Add USB revision strings and numbers.n_hibma1999-11-282-12/+41
* Remove some bogus bus methods peter added. We are hardly doingn_hibma1999-11-222-12/+2
* Addition of new fields to the usb_devinfo struct to enable the newn_hibma1999-11-213-13/+26
* Revoke the vnodes on detach. This avoids the crashes people have seenn_hibma1999-11-214-17/+48
* Enclosed the arguments of binary and in brackets.n_hibma1999-11-211-5/+7
* Make the event creation workn_hibma1999-11-191-16/+26
* Add usbdevs and friends.n_hibma1999-11-183-0/+584
* Change the clist reservation from 0 to buffer size.n_hibma1999-11-182-2/+2
* Missed a name change.n_hibma1999-11-181-1/+1
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-1730-2187/+2929
* Add many new devicelabelsn_hibma1999-11-124-80/+399
* Fix the computation of the status of the transfers. It never saw a STALLEDn_hibma1999-11-111-8/+17
* Avoid the usurping messagen_hibma1999-11-112-2/+15
* The Qtronix keyboard has a built in PS/2 port for a mouse.n_hibma1999-11-083-52/+102
* Add QTronix keyboard with PS/2 mouse connectorn_hibma1999-11-082-0/+15
* remove superfluous header includen_hibma1999-11-081-1/+1
* Remove superfluous header file includesn_hibma1999-11-082-17/+13
* Remove superfluous header file includes.n_hibma1999-11-087-13/+7
* Rename remove_dev() to destroy_dev().phk1999-11-082-3/+3
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().peter1999-11-082-3/+8
OpenPOWER on IntegriCloud