summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Typo: 'x' should be 'y' (only affects debugging output)n_hibma1999-09-011-1/+1
* Only NetBSD needs sys/device.h.n_hibma1999-08-291-1/+2
* Only NetBSD uses sys/device.hn_hibma1999-08-291-1/+0
* o fix typogehenna1999-08-291-1/+1
* o synchronisation with NetBSDgehenna1999-08-293-13/+70
* Correct URL's and change ifdef to if defined (following rest of style inn_hibma1999-08-281-3/+3
* Remove NetBSD specific code. USB part is trivial, and the rest is notn_hibma1999-08-281-79/+0
* Thou shall do a make before commit.n_hibma1999-08-281-3/+0
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-286-7/+4
* Share more between FreeBSD and NetBSDn_hibma1999-08-281-4/+3
* Update the list of devices from NetBSDn_hibma1999-08-283-93/+183
* Fix DMA macros to work on alpha.dfr1999-08-261-0/+4
* Don't schedule the next transaction if the pipe is being aborted.dfr1999-08-261-1/+0
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-233-22/+46
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-221-130/+26
* 1) rename dev->self to be consistentn_hibma1999-08-182-76/+107
* - Added documentationn_hibma1999-08-171-1321/+1508
* Protect the file interface against disconnects.n_hibma1999-08-121-7/+12
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-7/+11
* Every reqh in an aborted pipe is given status CANCELED and the callback isn_hibma1999-07-271-15/+7
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-2511-155/+173
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-044-8/+6
* Add the semi-official Bulk protocol id 'P'n_hibma1999-07-031-1/+6
* Add MultiTech Atlas modemn_hibma1999-06-272-0/+15
* Remove superfluous semi-colonn_hibma1999-06-271-4/+4
* Replace usbd_device_set_desc by device_set_desc_copyn_hibma1999-06-273-10/+1
* Change 'device' to 'self', to be more like the rest of the coden_hibma1999-06-262-4/+4
* Only print the device name once, during attach (device_quiet)n_hibma1999-06-211-0/+2
* 1) Do not include usbdivar.h and access the interface descriptor throughn_hibma1999-06-201-88/+39
* Remove option USBVERBOSEn_hibma1999-06-161-2/+2
* 1) remove the soft reset after a command failed.n_hibma1999-06-131-5/+17
* 1) Add non-blocking I/O on readn_hibma1999-06-131-6/+32
* Shorten the strings a bit (remove 'Host')n_hibma1999-06-132-15/+16
* Add remark about where bInterfaceProtocol number for USB Zip drive comesn_hibma1999-06-041-1/+1
* USB stopped working as of the recent cdevsw cleanup. This fixes that.n_hibma1999-06-013-7/+8
* Remove the stub driver. It's useless.n_hibma1999-06-011-137/+0
* usbd_get_request_status now only returns the value if the associatedn_hibma1999-06-011-4/+8
* 1) Remove the definition of usb_cdc_generic_descriptor_t. It isn_hibma1999-05-311-7/+1
* Simplify cdevsw registration.phk1999-05-311-5/+1
* Enable attachment of multiple drivers to a single device.n_hibma1999-05-301-11/+16
* Notify CAM of the removed device on detach.n_hibma1999-05-301-5/+3
* This commit should be a extensive NO-OP:phk1999-05-306-26/+116
* 1) Add URL for printer class specificationn_hibma1999-05-301-12/+8
* - When aborting an interrupt pipe, just wait for 1ms for the completionn_hibma1999-05-301-9/+5
* When the mouse is being disconnected, do the followings:n_hibma1999-05-301-4/+14
* usbdi.h:n_hibma1999-05-201-37/+16
* Add comment about split in drivern_hibma1999-05-201-1/+6
* Enable the support for a file interface on the HID driver forn_hibma1999-05-091-1/+22
* Added Thrustmaster Fusion Digital Gamepadn_hibma1999-05-092-0/+16
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-093-3/+3
OpenPOWER on IntegriCloud