aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-04-29 06:59:04 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-20 16:21:41 -0400
commita78f4f1a16d87f3d33158d036af94e48e32f8aad (patch)
tree3397aae85d7568f382a2a2221524b67fe6fc8d0f /drivers/usb/storage
parent88e3b59b5adce5b12e205af0e34d518ba0dcdc0c (diff)
USB: unusual-dev: Add bad sense flag for Appotech ax203 based picture frames
These Appotech controllers are found in Picture Frames, they provide a (buggy) emulation of a cdrom drive which contains the windows software Uploading of pictures happens over the corresponding /dev/sg device. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r--drivers/usb/storage/unusual_devs.h15
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. */
1851UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000,
1852 "BUILDWIN",
1853 "Photo Frame",
1854 US_SC_DEVICE, US_PR_DEVICE, NULL,
1855 US_FL_BAD_SENSE ),
1856UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000,
1857 "BUILDWIN",
1858 "Photo Frame",
1859 US_SC_DEVICE, US_PR_DEVICE, NULL,
1860 US_FL_BAD_SENSE ),
1861
1847UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, 1862UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
1848 "ST", 1863 "ST",
1849 "2A", 1864 "2A",