]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch
CommitLineData
2cb7cef9
BS
1From foo@baz Tue Aug 18 09:31:28 PDT 2009
2Date: Tue, 18 Aug 2009 09:31:28 -0700
3To: Greg KH <greg@kroah.com>
4From: Greg Kroah-Hartman <gregkh@suse.de>
5Subject: USB: storage: increase the bcd range in Sony's bad device table.
6Patch-mainline: 2.6.32
7References: bnc#466554
8
9Another Sony device in the wild is needing this hack. You would think
10they would fix their firmware one of these days...
11
12Cc: Maciej Pilichowski <bluedzins@wp.pl>
13Cc: stable <stable@kernel.org>
14Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15---
16 drivers/usb/storage/unusual_devs.h | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19--- a/drivers/usb/storage/unusual_devs.h
20+++ b/drivers/usb/storage/unusual_devs.h
21@@ -568,7 +568,7 @@ UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x
22 US_SC_DEVICE, US_PR_DEVICE, NULL,
23 US_FL_IGNORE_RESIDUE ),
24
25-UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
26+UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0500,
27 "Sony",
28 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
29 US_SC_SCSI, US_PR_DEVICE, NULL,