aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/quirk/usb_quirk.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* usb: add new scsi_huawei eject3 & eject4 quirksMichael Paepcke2023-02-041-0/+2
* umodem: add quirk to ignore CDC_CM descriptorSteffen Dirkwinkel2023-01-181-0/+1
* ums(4): Disable vendor usage page button supportVladimir Kondratyev2022-12-241-0/+1
* USB umass: add quirk to not probeBjoern A. Zeeb2020-12-011-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensVladimir Kondratyev2017-08-191-0/+1
* Add USB audio support for S/PDIF output with C-Media CM6206 devices.Hans Petter Selasky2017-01-171-0/+1
* Add support for DYMO LabelWriter PnP.Hans Petter Selasky2015-05-071-0/+1
* Add a second Huawei SCSI eject command as USB mode switch config filesNick Hibma2014-08-051-0/+1
* Remove no longer needed quirk.Hans Petter Selasky2012-11-231-1/+0
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportMarcel Moolenaar2012-11-051-0/+1
* Add UQ_UMS_IGNORE quirk.Hans Petter Selasky2012-09-171-2/+6
* Introduce a quirk for broken USB MIDI hardware instead of limiting performanceHans Petter Selasky2011-07-031-0/+1
* - Add support for some non-standard USB MIDI devices from Roland, byHans Petter Selasky2011-02-241-0/+3
* 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-101-23/+35
* Add UQ_KBD_BOOTPROTO quirk needed in r203896Andrew Thompson2010-02-141-0/+1
* Move all Mass Storage Quirks over to the USB quirk module.Andrew Thompson2009-12-231-0/+30
* Add a quirk for the Curitel UM175 where setting multiplexing for callAndrew Thompson2009-12-111-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-0/+2
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+59