aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/quirk
Commit message (Expand)AuthorAgeFilesLines
* Add new USB quirk.Hans Petter Selasky2014-04-181-0/+1
* Add new quirk.Hans Petter Selasky2014-03-041-0/+1
* Our quirk table is almost full. Add some room for more quirks.Hans Petter Selasky2014-02-171-1/+1
* Adjust USB quirk.Hans Petter Selasky2014-02-171-2/+2
* Add more USB quirks.Hans Petter Selasky2014-01-241-0/+1
* Add new quirk.Hans Petter Selasky2014-01-221-0/+1
* Add quirks to make my old SanDisk Cruzer Mini 128MB happy.Don Lewis2013-12-211-0/+3
* Add Planex MZK-UE150N.Hiroki Sato2013-07-021-0/+1
* Add new USB quirk.Hans Petter Selasky2013-05-211-0/+1
* Add new USB quirk.Hans Petter Selasky2013-01-261-0/+1
* Add new quirk and correct old one.Hans Petter Selasky2013-01-211-1/+3
* Bugfix: Fix sizeof() argument.Hans Petter Selasky2013-01-101-1/+1
* Add the NO_SYNC_CACHE quirk for all Apple USB MSC devices, as theyMark Johnston2012-12-261-0/+1
* Remove no longer needed quirk.Hans Petter Selasky2012-11-232-2/+0
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportMarcel Moolenaar2012-11-052-0/+3
* Add support for Fast Track Ultra 8R from M-audio.Hans Petter Selasky2012-10-261-0/+4
* Add support for the extrememory SnippyEitan Adler2012-10-141-0/+2
* Add support for Feiya Elango USB MicroSDEitan Adler2012-10-141-0/+1
* Add support for the Buffalo RUF2 flash drive.Eitan Adler2012-10-141-0/+1
* Add UQ_UMS_IGNORE quirk.Hans Petter Selasky2012-09-172-2/+7
* Add new USB device quirk.Hans Petter Selasky2012-08-151-0/+2
* Quirk MS keyboard so that function keys workEd Maste2012-07-231-0/+1
* Add more quirks for USB mass storage adapters.Hans Petter Selasky2012-07-031-0/+3
* Add more quirks for USB MIDI adapters.Hans Petter Selasky2012-06-141-0/+6
* Add support for more USB devices.Hans Petter Selasky2012-01-161-0/+1
* Add quirk for Micron RealSSD eUSB failing on unsupported SCSI commandEd Maste2011-12-031-0/+1
* Quirk all of ALCOR's mass storage devices instead ofHans Petter Selasky2011-11-171-4/+1
* Add USB mass storage quirk for device that emits errors after the automaticHans Petter Selasky2011-10-101-0/+1
* Add quirks for some USB mass storage devices which doesn't respondHans Petter Selasky2011-09-271-0/+7
* Refactor auto-quirk solution so that we break as few externalHans Petter Selasky2011-09-101-1/+1
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-20/+5
* Introduce a quirk for broken USB MIDI hardware instead of limiting performanceHans Petter Selasky2011-07-032-0/+3
* - Add support for some non-standard USB MIDI devices from Roland, byHans Petter Selasky2011-02-242-5/+24
* Curitel UM150 needs a quirk to stop it from detaching straight afterNick Hibma2011-02-071-0/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Add a man page for usb_quirk module, plus references in other man pages,Nick Hibma2010-11-101-4/+7
* Allow specification of eject method through quirks, so people can testNick Hibma2010-11-102-23/+45
* Add new USB quirk.Hans Petter Selasky2010-11-041-0/+1
* - Add more USB devices to usbdevs and rename some previously unknown ones.Hans Petter Selasky2010-10-141-7/+6
* Disable sync cache for the Transcend Jetflash V90. It is more specificKonstantin Belousov2010-08-061-0/+2
* Add quirk for Apacer HT202 USB 2.0 Flash Drive.Tijl Coosemans2010-07-281-0/+2
* Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS.Gavin Atkinson2010-07-271-0/+1
* Prevent uhid(4) from attaching to the Gembird Silver Shield remote powerGavin Atkinson2010-07-261-0/+1
* Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx SpectrumGavin Atkinson2010-07-261-1/+2
* Add a mass storage quirk.Andrew Thompson2010-06-221-0/+1
* Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device andAndrew Thompson2010-05-121-0/+4
* Do not sync cache for the PL2506Andrew Thompson2010-03-281-0/+2
* - add some usb devices (scanner, printer, usb storage)Alexander Leidinger2010-03-261-0/+2
* Add UQ_KBD_BOOTPROTO quirk needed in r203896Andrew Thompson2010-02-142-0/+2
* Add null check on quirk lookup and add a couple of umass quirks.Andrew Thompson2010-01-291-2/+10