aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable attachment of multiple drivers to a single device.Nick Hibma1999-05-301-11/+16
* Notify CAM of the removed device on detach.Nick Hibma1999-05-301-5/+3
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-306-26/+116
* 1) Add URL for printer class specificationNick Hibma1999-05-301-12/+8
* - When aborting an interrupt pipe, just wait for 1ms for the completionNick Hibma1999-05-301-9/+5
* When the mouse is being disconnected, do the followings:Nick Hibma1999-05-301-4/+14
* usbdi.h:Nick Hibma1999-05-201-37/+16
* Add comment about split in driverNick Hibma1999-05-201-1/+6
* Enable the support for a file interface on the HID driver forNick Hibma1999-05-091-1/+22
* Added Thrustmaster Fusion Digital GamepadNick Hibma1999-05-092-0/+16
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-093-3/+3
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-084-7/+5
* Trivial tweak to avoid a warning.Peter Wemm1999-05-081-0/+2
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-073-6/+6
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isKenneth D. Merry1999-05-061-3/+0
* Add new member for XPT_PATH_INQ, follows recent changes inNick Hibma1999-05-061-0/+1
* Descriptors can be delivered with short transfers.Nick Hibma1999-05-031-1/+1
* Add a load of definitionsNick Hibma1999-05-031-10/+24
* Remove disconnected methodNick Hibma1999-05-031-8/+1
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-14/+9
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-1/+2
* Change '#if UKBD_DEBUG' to '#ifdef...'Nick Hibma1999-05-031-8/+5
* Remove double removal of children of a hub. (remove disconnected method)Nick Hibma1999-05-031-29/+2
* Add URL to HID specNick Hibma1999-05-031-1/+5
* Clean up parts of struct shared between NetBSD and FreeBSDNick Hibma1999-05-031-4/+3
* Clean up debugging outputNick Hibma1999-05-031-8/+13
* Add driver for the Iomega Zip 100 drive.Nick Hibma1999-05-021-0/+848
* Oops. Introduced a typo in one of previous commits.Nick Hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withNick Hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.Nick Hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set someNick Hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of theNick Hibma1999-05-012-1/+18
* Z direction was upside down.Nick Hibma1999-05-011-2/+6