aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Change the mechanism by which we detect that the firmware is alreadyBill Paul2000-01-171-24/+19
* The correct part number for the CATC ASIC is USB-EL1210A, notBill Paul2000-01-171-2/+2
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-166-59/+57
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerBill Paul2000-01-151-0/+12
* Fix multicast filter programming.Bill Paul2000-01-141-3/+5
* Do a few minor cleanups.Bill Paul2000-01-142-9/+5
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-142-0/+1411
* Pull my head out of my ass and actually make the tx netisr stuff work right.Bill Paul2000-01-144-46/+22
* Clean up rxeof routines a little.Bill Paul2000-01-142-9/+17
* Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.Bill Paul2000-01-131-1/+1
* Remove debug printf I left in by mistake.Bill Paul2000-01-131-2/+0
* Regenerate.Bill Paul2000-01-132-2/+72
* Bunch of updates:Bill Paul2000-01-136-59/+128
* Apply the same netisr mechanism to transmissions as well. In order toBill Paul2000-01-124-7/+58
* Straighten out the logic in kue_setmulti() a little (the case where weBill Paul2000-01-111-6/+5
* Rework shifta/ctla/alta key handling. It appears that there wasKazutaka YOKOTA2000-01-111-0/+3
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-104-44/+176
* Add an extra debugging message.Nick Hibma2000-01-101-1/+4
* Add Sun keyboard and NetChipNick Hibma2000-01-101-0/+10
* Add the vendor/device IDs for the LinkSys USB100TX.Bill Paul2000-01-085-2/+25
* Be a bit more discriminating when trying to decide when to screen outBill Paul2000-01-082-7/+21
* Leave the SOFS value (number of StartOfFrames to wait while fillingBill Paul2000-01-081-0/+6
* Add the vendor and device IDs for a whole bunch of additional USBBill Paul2000-01-076-2/+119
* Cleanups: remove stale comments left over from when I cloned the ADMtekBill Paul2000-01-062-17/+1
* Update copyright date for Y2K (did the other files but forgot this one).Bill Paul2000-01-051-1/+5
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is theBill Paul2000-01-055-15/+23
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedBill Paul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourBill Paul2000-01-051-1/+59
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-057-9/+2025
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-288-21/+1854
* Fix one bug and make one minor enhancement:Bill Paul1999-12-231-1/+23
* - Add a module event function to the ukbd driver and make the ukbd KLDKazutaka YOKOTA1999-12-131-4/+22
* Add vendor NetChip with its device NET1080 (host-to-host adapter)Nick Hibma1999-12-072-7/+23
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-033-5/+9
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingNick Hibma1999-12-033-17/+13
* In one queue all the TDs (transfer descriptor, packets) for one transferNick Hibma1999-12-021-3/+6
* Commit for r1.29 of ugen.c was wrong. All the ugenX* deviceNick Hibma1999-11-301-8/+16
* Update de driver for the request->xfer changes.Nick Hibma1999-11-281-6/+10
* Woops, it seems to fail initialisation. Disabled while I am figuring outNick Hibma1999-11-281-0/+2
* Correct the last parameter for clallocNick Hibma1999-11-283-7/+7
* Synchronisation with NetBSD 1999/11/27Nick Hibma1999-11-288-145/+184
* Add devnames, the device names the drivers attached to for usbd.Nick Hibma1999-11-282-15/+47
* Add a quirk for the Altec ASC495 speakers. They pretend to support theNick Hibma1999-11-282-3/+5
* Add PCI_USBREV_1_1Nick Hibma1999-11-281-1/+2
* Add USB revision strings and numbers.Nick Hibma1999-11-282-12/+41
* Remove some bogus bus methods peter added. We are hardly doingNick Hibma1999-11-222-12/+2
* Addition of new fields to the usb_devinfo struct to enable the newNick Hibma1999-11-213-13/+26
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-214-17/+48
* Enclosed the arguments of binary and in brackets.Nick Hibma1999-11-211-5/+7