summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-288-21/+1854
* Fix one bug and make one minor enhancement:Bill Paul1999-12-231-1/+23
* - Add a module event function to the ukbd driver and make the ukbd KLDKazutaka YOKOTA1999-12-131-4/+22
* Add vendor NetChip with its device NET1080 (host-to-host adapter)Nick Hibma1999-12-072-7/+23
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-033-5/+9
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingNick Hibma1999-12-033-17/+13
* In one queue all the TDs (transfer descriptor, packets) for one transferNick Hibma1999-12-021-3/+6
* Commit for r1.29 of ugen.c was wrong. All the ugenX* deviceNick Hibma1999-11-301-8/+16
* Update de driver for the request->xfer changes.Nick Hibma1999-11-281-6/+10
* Woops, it seems to fail initialisation. Disabled while I am figuring outNick Hibma1999-11-281-0/+2
* Correct the last parameter for clallocNick Hibma1999-11-283-7/+7
* Synchronisation with NetBSD 1999/11/27Nick Hibma1999-11-288-145/+184
* Add devnames, the device names the drivers attached to for usbd.Nick Hibma1999-11-282-15/+47
* Add a quirk for the Altec ASC495 speakers. They pretend to support theNick Hibma1999-11-282-3/+5
* Add PCI_USBREV_1_1Nick Hibma1999-11-281-1/+2
* Add USB revision strings and numbers.Nick Hibma1999-11-282-12/+41
* Remove some bogus bus methods peter added. We are hardly doingNick Hibma1999-11-222-12/+2
* Addition of new fields to the usb_devinfo struct to enable the newNick Hibma1999-11-213-13/+26
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-214-17/+48
* Enclosed the arguments of binary and in brackets.Nick Hibma1999-11-211-5/+7
* Make the event creation workNick Hibma1999-11-191-16/+26
* Add usbdevs and friends.Nick Hibma1999-11-183-0/+584
* Change the clist reservation from 0 to buffer size.Nick Hibma1999-11-182-2/+2
* Missed a name change.Nick Hibma1999-11-181-1/+1
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-1730-2159/+2901
* Add many new devicelabelsNick Hibma1999-11-124-80/+399
* Fix the computation of the status of the transfers. It never saw a STALLEDNick Hibma1999-11-111-8/+17
* Avoid the usurping messageNick Hibma1999-11-112-2/+15
* The Qtronix keyboard has a built in PS/2 port for a mouse.Nick Hibma1999-11-083-49/+99
* Add QTronix keyboard with PS/2 mouse connectorNick Hibma1999-11-082-0/+15
* remove superfluous header includeNick Hibma1999-11-081-1/+1
* Remove superfluous header file includesNick Hibma1999-11-082-17/+13
* Remove superfluous header file includes.Nick Hibma1999-11-087-13/+7
* Rename remove_dev() to destroy_dev().Poul-Henning Kamp1999-11-082-3/+3
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().Peter Wemm1999-11-082-3/+8
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thePeter Wemm1999-11-082-4/+2
* Move the include of device.h into the NetBSD specific section.Nick Hibma1999-10-081-1/+1
* Make the umodem stub compileNick Hibma1999-10-071-1/+1
* Remove a debugging printf.Nick Hibma1999-10-071-2/+0
* Add make_dev and remove_dev.Nick Hibma1999-10-071-0/+7
* priorities weren't correct (old version).Nick Hibma1999-10-071-36/+15
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-0731-3941/+4657
* remove the use of uhci_reset to wake up the controller afterNick Hibma1999-10-071-5/+4
* Remove last bits and pieces of NetBSD porting.Nick Hibma1999-10-071-34/+20
* Remove the last bits and pieces left over from porting the driverNick Hibma1999-10-071-27/+9
* Check for a valid irq number before calling BUS_SETUP_INTR.Nick Hibma1999-10-032-4/+23
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-255-25/+0
* Typo: 'x' should be 'y' (only affects debugging output)Nick Hibma1999-09-011-1/+1
* Only NetBSD needs sys/device.h.Nick Hibma1999-08-291-1/+2