summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_quirks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add quirk for the usb missile launcherjolan2006-11-111-1/+2
|
* don't quirk the earthmatesjason2006-08-161-3/+1
|
* the delorme earthmate is NOT a HID (UQ_BAD_HID)jason2006-08-121-1/+3
|
* Add a quirk to force the Wi-spy spectrum analyser to attach as ugen.matthieu2006-05-141-1/+2
| | | | It claims to be a HID device, but it's not really one. ok miod@, jsg@.
* Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra Fucikdrahn2006-03-311-1/+3
|
* CMOTech/Maxon EVDO card needs ASSUME_CM_OVER_DATA quirk to attach; ok dlg@djm2006-02-101-1/+3
|
* Add Logitech QuickCam Zoom support.robert2005-12-241-1/+3
| | | | | | | A quirk is needed to prevent attaching to uaudio(4) instead of ugen(4), because of the internal microphone. ok jsg@
* sync with quirks from FreeBSD and NetBSD, ok dlgjsg2004-10-311-1/+33
|
* UQ_NO_STRINGS no longer needed, ok dlgjsg2004-10-311-11/+3
|
* more quirks from netbsdnate2003-06-271-4/+12
|
* update $NetBSD$ tagsnate2002-07-251-2/+2
|
* get rid of trailing whitespacenate2002-07-251-4/+4
|
* Sync quirks with NetBSDnate2002-05-071-4/+2
|
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-2/+4
|
* Sync ulpt driver with NetBSDnate2002-05-071-4/+2
|
* Synchronize usb code with NetBSD.nate2001-10-311-8/+8
|
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-5/+19
| | | | kue(4) Ethernet devices.
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-6/+11
| | | | | | driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.)
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-5/+9
| | | | umass.c and ukbd.c as the diffs are a bit hairier.
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+4
|
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-3/+3
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-5/+7
| | | | | | form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).
* Sync with NetBSD.aaron2000-03-261-9/+8
|
* Sync with NetBSD.fgsch1999-09-271-8/+8
|
* From NetBSD; USB support.fgsch1999-08-131-0/+94