diff options
author | Andrew Lunn <andrew@lunn.ch> | 2008-04-24 13:36:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-21 18:15:46 -0400 |
commit | c5e46007e9737b77a79ec79ed95262c0ce996d6a (patch) | |
tree | 2202abacb8e784ebaacec5e557bc1a2ca97b82fd | |
parent | e89970aa93b06d0605a488e74af3b0a2a80e03b5 (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>
-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 39a7c11795c4..3ba972c20f3c 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1234,6 +1234,17 @@ UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, | |||
1234 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1234 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1235 | US_FL_NOT_LOCKABLE), | 1235 | US_FL_NOT_LOCKABLE), |
1236 | 1236 | ||
1237 | /* Andrew Lunn <andrew@lunn.ch> | ||
1238 | * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL | ||
1239 | * on LUN 4. | ||
1240 | * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" | ||
1241 | */ | ||
1242 | UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, | ||
1243 | "PanDigital", | ||
1244 | "Photo Frame", | ||
1245 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1246 | US_FL_NOT_LOCKABLE), | ||
1247 | |||
1237 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ | 1248 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ |
1238 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, | 1249 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, |
1239 | "CITIZEN", | 1250 | "CITIZEN", |