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