diff options
| author | Oliver Neukum <oliver@neukum.org> | 2007-08-28 04:34:22 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-09-11 10:48:16 -0400 |
| commit | e6a20ff999fe849d1f5f15d5e14763f5a553778f (patch) | |
| tree | 4ac735244c75cbdb2e340e32a0c0e826996f3c92 /drivers | |
| parent | 49b4f902857c3d8d95b47ae5a8cecb34ae96a3ba (diff) | |
USB: another quirky device (LCD display)
this time it is an LCD.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/core/quirks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 25453d6a59ea..7f17d0fd76c0 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
| @@ -76,6 +76,9 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
| 76 | /* Genesys USB-to-IDE */ | 76 | /* Genesys USB-to-IDE */ |
| 77 | { USB_DEVICE(0x0503, 0x0702), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, | 77 | { USB_DEVICE(0x0503, 0x0702), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, |
| 78 | 78 | ||
| 79 | /* USB Graphical LCD - EEH Datalink GmbH */ | ||
| 80 | { USB_DEVICE(0x060c, 0x04eb), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, | ||
| 81 | |||
| 79 | /* INTEL VALUE SSD */ | 82 | /* INTEL VALUE SSD */ |
| 80 | { USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME }, | 83 | { USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME }, |
| 81 | 84 | ||
