summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the declaration of the interrupt type from the driver structuredfr1999-05-084-7/+5
* Trivial tweak to avoid a warning.peter1999-05-081-0/+2
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-073-6/+6
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isken1999-05-061-3/+0
* Add new member for XPT_PATH_INQ, follows recent changes inn_hibma1999-05-061-0/+1
* Descriptors can be delivered with short transfers.n_hibma1999-05-031-1/+1
* Add a load of definitionsn_hibma1999-05-031-10/+24
* Remove disconnected methodn_hibma1999-05-031-8/+1
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-14/+9
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-1/+2
OpenPOWER on IntegriCloud