| Commit message (Expand) | Author | Age | Files | Lines |
* | Add quirk for Micron RealSSD eUSB failing on unsupported SCSI command | emaste | 2011-12-03 | 1 | -0/+1 |
* | Quirk all of ALCOR's mass storage devices instead of | hselasky | 2011-11-17 | 1 | -4/+1 |
* | Add USB mass storage quirk for device that emits errors after the automatic | hselasky | 2011-10-10 | 1 | -0/+1 |
* | Add quirks for some USB mass storage devices which doesn't respond | hselasky | 2011-09-27 | 1 | -0/+7 |
* | Refactor auto-quirk solution so that we break as few external | hselasky | 2011-09-10 | 1 | -1/+1 |
* | This patch adds automatic detection of USB mass storage devices | hselasky | 2011-09-02 | 1 | -20/+5 |
* | Introduce a quirk for broken USB MIDI hardware instead of limiting performance | hselasky | 2011-07-03 | 2 | -0/+3 |
* | - Add support for some non-standard USB MIDI devices from Roland, by | hselasky | 2011-02-24 | 2 | -5/+24 |
* | Curitel UM150 needs a quirk to stop it from detaching straight after | n_hibma | 2011-02-07 | 1 | -0/+1 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Add a man page for usb_quirk module, plus references in other man pages, | n_hibma | 2010-11-10 | 1 | -4/+7 |
* | Allow specification of eject method through quirks, so people can test | n_hibma | 2010-11-10 | 2 | -23/+45 |
* | Add new USB quirk. | hselasky | 2010-11-04 | 1 | -0/+1 |
* | - Add more USB devices to usbdevs and rename some previously unknown ones. | hselasky | 2010-10-14 | 1 | -7/+6 |
* | Disable sync cache for the Transcend Jetflash V90. It is more specific | kib | 2010-08-06 | 1 | -0/+2 |
* | Add quirk for Apacer HT202 USB 2.0 Flash Drive. | tijl | 2010-07-28 | 1 | -0/+2 |
* | Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS. | gavin | 2010-07-27 | 1 | -0/+1 |
* | Prevent uhid(4) from attaching to the Gembird Silver Shield remote power | gavin | 2010-07-26 | 1 | -0/+1 |
* | Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx Spectrum | gavin | 2010-07-26 | 1 | -1/+2 |
* | Add a mass storage quirk. | thompsa | 2010-06-22 | 1 | -0/+1 |
* | Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device and | thompsa | 2010-05-12 | 1 | -0/+4 |
* | Do not sync cache for the PL2506 | thompsa | 2010-03-28 | 1 | -0/+2 |
* | - add some usb devices (scanner, printer, usb storage) | netchild | 2010-03-26 | 1 | -0/+2 |
* | Add UQ_KBD_BOOTPROTO quirk needed in r203896 | thompsa | 2010-02-14 | 2 | -0/+2 |
* | Add null check on quirk lookup and add a couple of umass quirks. | thompsa | 2010-01-29 | 1 | -2/+10 |
* | Add new umass quirks for Western Digital MYBook and JMicron JM20337. | thompsa | 2010-01-07 | 1 | -1/+5 |
* | Compact USB_VENDOR_X and USB_PRODUCT_Y in the quirk tables. | thompsa | 2009-12-28 | 1 | -477/+352 |
* | Shorten the USB_QUIRK_ENTRY macro and undef it at the end, its only internal. | thompsa | 2009-12-23 | 1 | -238/+235 |
* | Move all Mass Storage Quirks over to the USB quirk module. | thompsa | 2009-12-23 | 2 | -3/+452 |
* | Wrap long lines. | thompsa | 2009-12-11 | 1 | -37/+77 |
* | Add a quirk for the Curitel UM175 where setting multiplexing for call | thompsa | 2009-12-11 | 2 | -0/+20 |
* | Add a config number quirk for the ELSA_MODEM1 | thompsa | 2009-09-28 | 1 | -0/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 2 | -4/+23 |
* | Fix _USB2_* refernces in the header protection defines. | thompsa | 2009-06-15 | 1 | -3/+3 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -64/+64 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -2/+2 |
* | MFp4 //depot/projects/usb; 157814, 157863, 157868 | thompsa | 2009-02-24 | 1 | -3/+0 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 2 | -0/+456 |