Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-25 | - add a quirk for the terratec uaudio device to stop uhidev(4) | Jasper Lievisse Adriaanse | |
from attaching with a hint from mglocker@ | |||
2008-09-08 | prevent mustek from attaching as uhid. ok theo, sthen@ | Martynas Venckus | |
2008-08-27 | sync | Theo de Raadt | |
2008-08-26 | another ups to knock out of being a uhid | Theo de Raadt | |
2008-08-11 | Since we have ehci(4) isoc support now, don't demote USB2 uvideo(4) | Marcus Glocker | |
devices to USB1, instead let them attach to ehci(4). This may break a couple of the devices for the moment, but it's the way we have to go finally. | |||
2008-07-22 | There are devices out there which are UVC compatible, but do not show | Marcus Glocker | |
up as this (we love standards). To make those devices attach anyway we add an explicit quirk device list. Of course this list still needs to be extended. Thanks to Jerome Pinot for reporting about this issue and testing this diff with his cam, which is such a device. OK yuo@ | |||
2008-06-29 | add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. | Yojiro Uo | |
add new quirk entry for uvideo which is required isoc transfer. Some usb2.0 devices use isochronous transfer but current usb subsystem does not support isoc transfer in ehci(usb2.0) bus. This patch introduce new psuedo usb hub request UHF_PORT_DISOWN_TO_1_1 to handover the device to ehci to usb1.1 bus(ohci or uhci). ok mglocker@ deraadt@ fgsch@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-22 | Remove the QuickCam Pro 5000 from the quirks list now that there | Brad Smith | |
is a UVC driver. ok robert@ | |||
2008-06-19 | Sync USB ids. Although the Pro 5000 should be removed as it is | Brad Smith | |
a UVC compliant webcam. | |||
2008-06-15 | typo | Miod Vallat | |
2008-06-15 | expand the quirk framework to enable device class match | Yojiro Uo | |
ok deraadt@ | |||
2008-05-24 | Add a quirk to prevent this LCD device from attaching as a HID. This is a | Chris Kuethe | |
not somewhere we want to go in the long term - adding a quirk for every device out there that does something a little funky. It would be better if devices that claimed they are HIDs actually acted like it. Failing that, passing usb commands though uhid would be nice. | |||
2008-05-08 | Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only does | Miod Vallat | |
this device bends the uhid specs backwards, it is also completely unusable for left-handed people due to its shape. Tested on actual hardware thanks to a donation from Maxim Belooussov. | |||
2008-05-06 | another omron usb that must be ugen; vladas.urbonas@gmail | Theo de Raadt | |
2008-02-23 | SiSPM devices are like belkin ups; do not attach as uhid, pr#5719 | Theo de Raadt | |
2007-11-25 | add CNU550pro; from iss @ e-sky.ru | Theo de Raadt | |
2007-11-21 | attach Logitech QuickCam Pro 5000 as ugen for now | Robert Nagy | |
2007-11-14 | CCU-550 EVDO; Alexey Vatchenko | Theo de Raadt | |
2007-08-28 | OMRON BX35F is a UPS and should not be claimed by uhid | Henning Brauer | |
From: vladas <vladas.urbonas@gmail.com> | |||
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer | |
and it was not consistently used. It was confusing as it suggested these functions were static, which they were not. discussed with dlg and jsg, ok jsg. | |||
2007-05-22 | A quirk is needed for the Logitech QuickCam Notebook to prevent attaching | Robert Nagy | |
to uaudio(4) instead of ugen(4), because of the internal microphone. from brad; | |||
2007-05-21 | Remove logprintf macro | Jonathan Gray | |
2007-01-01 | knock UPS products out from being matched as HID devices | Theo de Raadt | |
2006-11-11 | add quirk for the usb missile launcher | Jolan Luff | |
2006-08-16 | don't quirk the earthmates | Jason Wright | |
2006-08-12 | the delorme earthmate is NOT a HID (UQ_BAD_HID) | Jason Wright | |
2006-05-14 | Add a quirk to force the Wi-spy spectrum analyser to attach as ugen. | Matthieu Herrb | |
It claims to be a HID device, but it's not really one. ok miod@, jsg@. | |||
2006-03-31 | Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra Fucik | Dale Rahn | |
2006-02-10 | CMOTech/Maxon EVDO card needs ASSUME_CM_OVER_DATA quirk to attach; ok dlg@ | Damien Miller | |
2005-12-24 | Add Logitech QuickCam Zoom support. | Robert Nagy | |
A quirk is needed to prevent attaching to uaudio(4) instead of ugen(4), because of the internal microphone. ok jsg@ | |||
2004-10-31 | sync with quirks from FreeBSD and NetBSD, ok dlg | Jonathan Gray | |
2004-10-31 | UQ_NO_STRINGS no longer needed, ok dlg | Jonathan Gray | |
2003-06-27 | more quirks from netbsd | Nathan Binkert | |
2002-07-25 | update $NetBSD$ tags | Nathan Binkert | |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert | |
2002-05-07 | Sync quirks with NetBSD | Nathan Binkert | |
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert | |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert | |
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert | |
2001-05-03 | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | Aaron Campbell | |
kue(4) Ethernet devices. | |||
2001-01-28 | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) | Aaron Campbell | |
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.) | |||
2000-11-08 | Sync with NetBSD. Too many changes to mention. For now I have skipped | Aaron Campbell | |
umass.c and ukbd.c as the diffs are a bit hairier. | |||
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt | |
2000-03-30 | Sync with NetBSD. USB Ethernet drivers should work now. | Aaron Campbell | |
2000-03-28 | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | Aaron Campbell | |
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). | |||
2000-03-26 | Sync with NetBSD. | Aaron Campbell | |
1999-09-27 | Sync with NetBSD. | Federico G. Schwindt | |
1999-08-13 | From NetBSD; USB support. | Federico G. Schwindt | |