Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64821
b: refs/heads/master
c: 8683369
h: refs/heads/master
i:
  64819: 5b01de7
v: v3
  • Loading branch information
Lamarque Vieira Souza authored and Greg Kroah-Hartman committed Sep 11, 2007
1 parent 64b8feb commit 46bc699
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4766560e4d3e2a9c10d69d7d618dc2b0082a3dc
refs/heads/master: 86833691c21efba661bd3512d2ebfa0b96c011c5
9 changes: 9 additions & 0 deletions trunk/drivers/usb/core/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ static const struct usb_device_id usb_quirk_list[] = {
/* Genesys USB-to-IDE */
{ USB_DEVICE(0x0503, 0x0702), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },

/* INTEL VALUE SSD */
{ USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },

/* M-Systems Flash Disk Pioneers */
{ USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME },

/* Agfa Snapscan1212u */
{ USB_DEVICE(0x06bd, 0x2061), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
/* Seagate RSS LLC */
Expand All @@ -100,6 +106,9 @@ static const struct usb_device_id usb_quirk_list[] = {
/* Apple iPhone */
{ USB_DEVICE(0x05ac, 0x1290), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },

/* SKYMEDI USB_DRIVE */
{ USB_DEVICE(0x1516, 0x8628), .driver_info = USB_QUIRK_RESET_RESUME },

{ } /* terminating entry must be last */
};

Expand Down

0 comments on commit 46bc699

Please sign in to comment.