diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 927572377f32..564999c42d78 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1752,6 +1752,15 @@ UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0002, | |||
1752 | US_FL_FIX_CAPACITY), | 1752 | US_FL_FIX_CAPACITY), |
1753 | 1753 | ||
1754 | /* | 1754 | /* |
1755 | * Patch by Jost Diederichs <jost@qdusa.com> | ||
1756 | */ | ||
1757 | UNUSUAL_DEV(0x22b8, 0x6410, 0x0001, 0x9999, | ||
1758 | "Motorola Inc.", | ||
1759 | "Motorola Phone (RAZRV3xx)", | ||
1760 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1761 | US_FL_FIX_CAPACITY), | ||
1762 | |||
1763 | /* | ||
1755 | * Patch by Constantin Baranov <const@tltsu.ru> | 1764 | * Patch by Constantin Baranov <const@tltsu.ru> |
1756 | * Report by Andreas Koenecke. | 1765 | * Report by Andreas Koenecke. |
1757 | * Motorola ROKR Z6. | 1766 | * Motorola ROKR Z6. |