summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/quirk
Commit message (Expand)AuthorAgeFilesLines
* Add a man page for usb_quirk module, plus references in other man pages,n_hibma2010-11-101-4/+7
* Allow specification of eject method through quirks, so people can testn_hibma2010-11-102-23/+45
* Add new USB quirk.hselasky2010-11-041-0/+1
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-141-7/+6
* Disable sync cache for the Transcend Jetflash V90. It is more specifickib2010-08-061-0/+2
* Add quirk for Apacer HT202 USB 2.0 Flash Drive.tijl2010-07-281-0/+2
* Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS.gavin2010-07-271-0/+1
* Prevent uhid(4) from attaching to the Gembird Silver Shield remote powergavin2010-07-261-0/+1
* Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx Spectrumgavin2010-07-261-1/+2
* Add a mass storage quirk.thompsa2010-06-221-0/+1
* Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device andthompsa2010-05-121-0/+4
* Do not sync cache for the PL2506thompsa2010-03-281-0/+2
* - add some usb devices (scanner, printer, usb storage)netchild2010-03-261-0/+2
* Add UQ_KBD_BOOTPROTO quirk needed in r203896thompsa2010-02-142-0/+2
* Add null check on quirk lookup and add a couple of umass quirks.thompsa2010-01-291-2/+10
* Add new umass quirks for Western Digital MYBook and JMicron JM20337.thompsa2010-01-071-1/+5
* Compact USB_VENDOR_X and USB_PRODUCT_Y in the quirk tables.thompsa2009-12-281-477/+352
* Shorten the USB_QUIRK_ENTRY macro and undef it at the end, its only internal.thompsa2009-12-231-238/+235
* Move all Mass Storage Quirks over to the USB quirk module.thompsa2009-12-232-3/+452
* Wrap long lines.thompsa2009-12-111-37/+77
* Add a quirk for the Curitel UM175 where setting multiplexing for callthompsa2009-12-112-0/+20
* Add a config number quirk for the ELSA_MODEM1thompsa2009-09-281-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-232-4/+23
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-64/+64
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-2/+2
* MFp4 //depot/projects/usb; 157814, 157863, 157868thompsa2009-02-241-3/+0
* Move the new USB stack into its new home.thompsa2009-02-232-0/+456
OpenPOWER on IntegriCloud