summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change '#if UKBD_DEBUG' to '#ifdef...'n_hibma1999-05-031-8/+5
* Remove double removal of children of a hub. (remove disconnected method)n_hibma1999-05-031-29/+2
* Add URL to HID specn_hibma1999-05-031-1/+5
* Clean up parts of struct shared between NetBSD and FreeBSDn_hibma1999-05-031-4/+3
* Clean up debugging outputn_hibma1999-05-031-8/+13
* Add driver for the Iomega Zip 100 drive.n_hibma1999-05-021-0/+848
* Oops. Introduced a typo in one of previous commits.n_hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withn_hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.n_hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set somen_hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of then_hibma1999-05-012-1/+18
* Z direction was upside down.n_hibma1999-05-011-2/+6
* Added vendor OmniVision and cameran_hibma1999-05-012-0/+16
* Forgot one.n_hibma1999-04-211-1/+1
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for conveniencen_hibma1999-04-202-0/+16
* 1) Change printf's into DPRINTF.n_hibma1999-04-202-85/+96
* Add defines for Mass Storage Bulk-Only and COmmun. Class devices.n_hibma1999-04-201-19/+37
* Enclose .hcidebug in '#ifdef N.HCI'n_hibma1999-04-201-6/+20
* 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)n_hibma1999-04-193-20/+73
* UHCI_DEBUG should of course be OHCI_DEBUGn_hibma1999-04-171-13/+12
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1618-218/+236
* 1) Make debugging more selective.n_hibma1999-04-1118-201/+180
* Applied patch for ukbd disconnect. Disconnect not fully functionaln_hibma1999-04-111-66/+99
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &n_hibma1999-04-111-5/+6
* Remove unit from struct. Not used anymore.n_hibma1999-04-112-2/+0
* Reenable the recursive disconnection from a hub. Stop gap solutionn_hibma1999-04-111-7/+9
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.n_hibma1999-04-111-2/+5
* 1) Add Lucent USS-720 eval kitn_hibma1999-04-082-2/+18
* 1) Add AKS USB-HASP 0.6n_hibma1999-04-082-15/+38
* Add the Lucent USS-720 ISD Smart Cable.msmith1999-04-082-0/+10
OpenPOWER on IntegriCloud