aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only NetBSD uses sys/device.hNick Hibma1999-08-291-1/+0
* o fix typoMasahide MAEKAWA1999-08-291-1/+1
* o synchronisation with NetBSDMasahide MAEKAWA1999-08-293-13/+70
* Correct URL's and change ifdef to if defined (following rest of style inNick Hibma1999-08-281-3/+3
* Remove NetBSD specific code. USB part is trivial, and the rest is notNick Hibma1999-08-281-79/+0
* Thou shall do a make before commit.Nick Hibma1999-08-281-3/+0
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-286-7/+4
* Share more between FreeBSD and NetBSDNick Hibma1999-08-281-4/+3
* Update the list of devices from NetBSDNick Hibma1999-08-283-93/+183
* Fix DMA macros to work on alpha.Doug Rabson1999-08-261-0/+4
* Don't schedule the next transaction if the pipe is being aborted.Doug Rabson1999-08-261-1/+0
* Reset the UHCI controller when the device comes back from suspend.Nick Hibma1999-08-233-22/+46
* - Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA1999-08-221-130/+26
* 1) rename dev->self to be consistentNick Hibma1999-08-182-76/+107
* - Added documentationNick Hibma1999-08-171-1313/+1500
* Protect the file interface against disconnects.Nick Hibma1999-08-121-7/+12
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-7/+11
* Every reqh in an aborted pipe is given status CANCELED and the callback isNick Hibma1999-07-271-15/+7
* Add comments, change variable names to make them consistent (r -> err,Nick Hibma1999-07-2511-155/+173
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-044-8/+6
* Add the semi-official Bulk protocol id 'P'Nick Hibma1999-07-031-1/+6
* Add MultiTech Atlas modemNick Hibma1999-06-272-0/+15
* Remove superfluous semi-colonNick Hibma1999-06-271-4/+4
* Replace usbd_device_set_desc by device_set_desc_copyNick Hibma1999-06-273-10/+1
* Change 'device' to 'self', to be more like the rest of the codeNick Hibma1999-06-262-4/+4
* Only print the device name once, during attach (device_quiet)Nick Hibma1999-06-211-0/+2
* 1) Do not include usbdivar.h and access the interface descriptor throughNick Hibma1999-06-201-88/+39
* Remove option USBVERBOSENick Hibma1999-06-161-2/+2
* 1) remove the soft reset after a command failed.Nick Hibma1999-06-131-5/+17
* 1) Add non-blocking I/O on readNick Hibma1999-06-131-6/+32
* Shorten the strings a bit (remove 'Host')Nick Hibma1999-06-132-15/+16
* Add remark about where bInterfaceProtocol number for USB Zip drive comesNick Hibma1999-06-041-1/+1
* USB stopped working as of the recent cdevsw cleanup. This fixes that.Nick Hibma1999-06-013-7/+8
* Remove the stub driver. It's useless.Nick Hibma1999-06-011-137/+0
* usbd_get_request_status now only returns the value if the associatedNick Hibma1999-06-011-4/+8
* 1) Remove the definition of usb_cdc_generic_descriptor_t. It isNick Hibma1999-05-311-7/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-5/+1