summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Tripmine for bad hardware.n_hibma2000-01-291-0/+4
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingwpaul2000-01-291-4/+8
* Correct the list of error messages. It was incomplete.n_hibma2000-01-281-0/+3
* Regen.n_hibma2000-01-281-1/+1
* Correct the entry for the Kodak DC290.n_hibma2000-01-281-1/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-286-74/+22
* The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.n_hibma2000-01-281-2/+2
* Move the defines to the right location.n_hibma2000-01-273-10/+18
* Add umass.cn_hibma2000-01-271-1/+2
* Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-262-38/+43
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-262-2/+2
* Add commentsn_hibma2000-01-261-6/+27
* Add usbd_clear_endpoint_toggle(pipe) function.n_hibma2000-01-252-0/+9
* Correct subroutine names in DPRINTFn_hibma2000-01-251-5/+5
* The previous fix for the USB ugen device set configuration ioctl()n_hibma2000-01-241-4/+12
* Fix some warnings.peter2000-01-231-2/+2
* remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.peter2000-01-231-1/+0
* Fix a warning in DIAGNOSTIC code.peter2000-01-231-1/+1
* Check whether we can change config at all. If any of the endpointsn_hibma2000-01-231-1/+11
* Zap the vnodes for the control endpoint as well.n_hibma2000-01-231-0/+6
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-211-0/+9
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-205-10/+17
* Remove duplicate includen_hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.n_hibma2000-01-201-29/+37
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* Regen.wpaul2000-01-202-507/+625
* More USB ethernet tweaks:wpaul2000-01-2023-524/+1040
* Fix a couple of bugs:wpaul2000-01-192-5/+8
* Change the mechanism by which we detect that the firmware is alreadywpaul2000-01-171-24/+19
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-2/+2
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-166-59/+57
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerwpaul2000-01-151-0/+12
* Fix multicast filter programming.wpaul2000-01-141-3/+5
* Do a few minor cleanups.wpaul2000-01-142-9/+5
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-142-0/+1411
* Pull my head out of my ass and actually make the tx netisr stuff work right.wpaul2000-01-144-46/+22
* Clean up rxeof routines a little.wpaul2000-01-142-9/+17
* Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.wpaul2000-01-131-1/+1
* Remove debug printf I left in by mistake.wpaul2000-01-131-2/+0
* Regenerate.wpaul2000-01-132-2/+72
* Bunch of updates:wpaul2000-01-136-59/+128
* Apply the same netisr mechanism to transmissions as well. In order towpaul2000-01-124-7/+58
* Straighten out the logic in kue_setmulti() a little (the case where wewpaul2000-01-111-6/+5
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-111-0/+3
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-104-44/+176
* Add an extra debugging message.n_hibma2000-01-101-1/+4
* Add Sun keyboard and NetChipn_hibma2000-01-101-0/+10
* Add the vendor/device IDs for the LinkSys USB100TX.wpaul2000-01-085-2/+25
* Be a bit more discriminating when trying to decide when to screen outwpaul2000-01-082-7/+21
OpenPOWER on IntegriCloud