]> Git Repo - linux.git/commitdiff
USB: unusual_dev entry for Sony P990i
authorPhil Dibowitz <[email protected]>
Mon, 11 Sep 2006 07:27:40 +0000 (00:27 -0700)
committerGreg Kroah-Hartman <[email protected]>
Wed, 27 Sep 2006 18:58:48 +0000 (11:58 -0700)
This patch is a re-diffed version of one originally sent by Jan Mate
<[email protected]>.

Signed-off-by: Phil Dibowitz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/storage/unusual_devs.h

index 4b06ac34430ffa19599722100c1f490da933a006..fa49357289c4b5006b82f734b35cb369f1a2543e 100644 (file)
@@ -1261,6 +1261,13 @@ UNUSUAL_DEV(  0x0fce, 0xd008, 0x0000, 0x0000,
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_NO_WP_DETECT ),
 
+/* Reported by Jan Mate <[email protected]> */
+UNUSUAL_DEV(  0x0fce, 0xe030, 0x0000, 0x0000,
+               "Sony Ericsson",
+               "P990i",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_FIX_CAPACITY ),
+
 /* Reported by Emmanuel Vasilakis <[email protected]> */
 UNUSUAL_DEV(  0x0fce, 0xe031, 0x0000, 0x0000,
                "Sony Ericsson",
This page took 0.052382 seconds and 4 git commands to generate.