diff options
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index b402d5f27272..2c897eefadde 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1844,6 +1844,21 @@ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, | |||
1844 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1844 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1845 | US_FL_IGNORE_RESIDUE ), | 1845 | US_FL_IGNORE_RESIDUE ), |
1846 | 1846 | ||
1847 | /* Reported by Hans de Goede <hdegoede@redhat.com> | ||
1848 | * These Appotech controllers are found in Picture Frames, they provide a | ||
1849 | * (buggy) emulation of a cdrom drive which contains the windows software | ||
1850 | * Uploading of pictures happens over the corresponding /dev/sg device. */ | ||
1851 | UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000, | ||
1852 | "BUILDWIN", | ||
1853 | "Photo Frame", | ||
1854 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1855 | US_FL_BAD_SENSE ), | ||
1856 | UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000, | ||
1857 | "BUILDWIN", | ||
1858 | "Photo Frame", | ||
1859 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1860 | US_FL_BAD_SENSE ), | ||
1861 | |||
1847 | UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, | 1862 | UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, |
1848 | "ST", | 1863 | "ST", |
1849 | "2A", | 1864 | "2A", |