diff options
author | Andrew Lunn <andrew@lunn.ch> | 2008-04-24 13:36:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-02 13:25:55 -0400 |
commit | f7687217ddb5e20ca855fadef2f9eb3c3202acca (patch) | |
tree | 621276da13a3bd8141a00c8e27a305a5ffc928af /drivers/usb/storage | |
parent | 35e5437e8c8cd013e1e573ac4671d556819edbcb (diff) |
USB: storage: UNUSUAL_DEVS() for PanDigital Picture frame.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index dd4b5d8cd7cc..6b5210485e1c 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1207,6 +1207,17 @@ UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, | |||
1207 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1207 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1208 | US_FL_BULK32), | 1208 | US_FL_BULK32), |
1209 | 1209 | ||
1210 | /* Andrew Lunn <andrew@lunn.ch> | ||
1211 | * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL | ||
1212 | * on LUN 4. | ||
1213 | * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" | ||
1214 | */ | ||
1215 | UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, | ||
1216 | "PanDigital", | ||
1217 | "Photo Frame", | ||
1218 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1219 | US_FL_NOT_LOCKABLE), | ||
1220 | |||
1210 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ | 1221 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ |
1211 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, | 1222 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, |
1212 | "CITIZEN", | 1223 | "CITIZEN", |