]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch
1 From foo@baz Tue Aug 18 09:31:28 PDT 2009
2 Date: Tue, 18 Aug 2009 09:31:28 -0700
3 To: Greg KH <greg@kroah.com>
4 From: Greg Kroah-Hartman <gregkh@suse.de>
5 Subject: USB: storage: increase the bcd range in Sony's bad device table.
6 Patch-mainline: 2.6.32
7 References: bnc#466554
8
9 Another Sony device in the wild is needing this hack. You would think
10 they would fix their firmware one of these days...
11
12 Cc: Maciej Pilichowski <bluedzins@wp.pl>
13 Cc: stable <stable@kernel.org>
14 Signed-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,