[kernel] r16710 - in dists/sid/linux-2.6/debian: . patches/features/all patches/series

Ben Hutchings benh at alioth.debian.org
Wed Dec 15 04:18:17 UTC 2010


Author: benh
Date: Wed Dec 15 04:18:13 2010
New Revision: 16710

Log:
usb-storage/libusual: Add support for Samsung YP-CP3 MP4 Player, thanks to Vitaly Kuznetsov (Closes: #555835)

Added:
   dists/sid/linux-2.6/debian/patches/features/all/USB-Unusual-Device-support-for-Samsung-YP-CP3-MP4-Pl.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/30

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Wed Dec 15 04:11:15 2010	(r16709)
+++ dists/sid/linux-2.6/debian/changelog	Wed Dec 15 04:18:13 2010	(r16710)
@@ -7,6 +7,8 @@
     Fernández-Sanguino) (Really closes: #600694)
   * intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions
     (Closes: #607095)
+  * usb-storage/libusual: Add support for Samsung YP-CP3 MP4 Player,
+    thanks to Vitaly Kuznetsov (Closes: #555835)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 12 Dec 2010 03:23:48 +0000
 

Added: dists/sid/linux-2.6/debian/patches/features/all/USB-Unusual-Device-support-for-Samsung-YP-CP3-MP4-Pl.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/features/all/USB-Unusual-Device-support-for-Samsung-YP-CP3-MP4-Pl.patch	Wed Dec 15 04:18:13 2010	(r16710)
@@ -0,0 +1,40 @@
+From: Vitaly Kuznetsov <vitty at altlinux.ru>
+Date: Thu, 19 Nov 2009 15:49:05 +0000
+Subject: [PATCH] USB: Unusual Device support for Samsung YP-CP3 MP4 Player
+
+User was getting the following errors in dmesg:
+ usb 2-6: reset high speed USB device using ehci_hcd and address 2
+ usb 2-6: reset high speed USB device using ehci_hcd and address 2
+ usb 2-6: reset high speed USB device using ehci_hcd and address 2
+ usb 2-6: USB disconnect, address 2
+ sd 3:0:0:0: [sdb] Assuming drive cache: write through
+ sdb:<2>ldm_validate_partition_table(): Disk read failed.
+ Dev sdb: unable to read RDB block 0
+  unable to read partition table
+
+Signed-off-by: Vitaly Kuznetsov <vitty at altlinux.ru>
+---
+ drivers/usb/storage/unusual_devs.h |    7 +++++++
+ 1 files changed, 7 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
+index d4f034e..05b0d2c 100644
+--- a/drivers/usb/storage/unusual_devs.h
++++ b/drivers/usb/storage/unusual_devs.h
+@@ -481,6 +481,13 @@ UNUSUAL_DEV(  0x04e8, 0x507c, 0x0220, 0x0220,
+ 		US_SC_DEVICE, US_PR_DEVICE, NULL,
+ 		US_FL_MAX_SECTORS_64),
+ 
++/* Reported by Vitaly Kuznetsov <vitty at altlinux.ru> */
++UNUSUAL_DEV(  0x04e8, 0x5122, 0x0000, 0x9999,
++		"Samsung",
++		"YP-CP3",
++		US_SC_DEVICE, US_PR_DEVICE, NULL,
++		US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG),
++
+ /* Entry and supporting patch by Theodore Kilgore <kilgota at auburn.edu>.
+  * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
+  * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
+-- 
+1.6.3.3
+

Modified: dists/sid/linux-2.6/debian/patches/series/30
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/30	Wed Dec 15 04:11:15 2010	(r16709)
+++ dists/sid/linux-2.6/debian/patches/series/30	Wed Dec 15 04:18:13 2010	(r16710)
@@ -1,3 +1,4 @@
 + bugfix/all/NFS-Fix-panic-after-nfs_umount.patch
 + bugfix/all/SCSI-mpt2sas-fix-incorrect-scsi_dma_map-error-check.patch
 + bugfix/x86/intel-iommu-Force-disable-IOMMU-for-iGFX-on-broken-C.patch
++ features/all/USB-Unusual-Device-support-for-Samsung-YP-CP3-MP4-Pl.patch



More information about the Kernel-svn-changes mailing list