]> Git Repo - linux.git/commitdiff
USB: RAZR v3i unusual_devs
authorPete Zaitcev <[email protected]>
Sat, 10 Mar 2007 23:17:16 +0000 (15:17 -0800)
committerGreg Kroah-Hartman <[email protected]>
Mon, 19 Mar 2007 20:22:18 +0000 (13:22 -0700)
This adds an unusual_devs entry for the Motorola RAZR 3vi.

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

index 2dd31e3f5107abaaa61cd8c1851f249a451bd02e..e13637dfb6422164abc4724b537dc2e3a808f41a 100644 (file)
@@ -1411,6 +1411,16 @@ UNUSUAL_DEV(  0x22b8, 0x3010, 0x0001, 0x0001,
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
 
+/*
+ * Patch by Pete Zaitcev <[email protected]>
+ * Report by Mark Patton. Red Hat bz#208928.
+ */
+UNUSUAL_DEV(  0x22b8, 0x4810, 0x0001, 0x0001,
+               "Motorola",
+               "RAZR V3i",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_FIX_CAPACITY),
+
 /* Reported by Radovan Garabik <[email protected]> */
 UNUSUAL_DEV(  0x2735, 0x100b, 0x0000, 0x9999,
                "MPIO",
This page took 0.053611 seconds and 4 git commands to generate.