diff options
author | Phil Dibowitz <phil@ipom.com> | 2007-03-25 03:03:13 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-03-25 03:03:13 +0200 |
commit | 7c47d54d2180b83bc82b17595ff1e27b1e53142b (patch) | |
tree | 3d151a1418238da9e5553b6e2014a08d844fa5ff | |
parent | 14f9953a8c649f731028191ae72c979942e9dcdd (diff) | |
download | lwn-7c47d54d2180b83bc82b17595ff1e27b1e53142b.tar.gz lwn-7c47d54d2180b83bc82b17595ff1e27b1e53142b.zip |
USB: unusual_dev entry for Sony P990i
This patch is a re-diffed version of one originally sent by
Jan Mate <mate@fiit.stuba.sk>.
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 38a6f0ec32f5..14853933959a 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1275,6 +1275,13 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NO_WP_DETECT ), +/* Reported by Jan Mate <mate@fiit.stuba.sk> */ +UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, + "Sony Ericsson", + "P990i", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY ), + /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, "Sony Ericsson", |