Author: dannf
Date: Sat Dec 22 00:52:26 2007
New Revision: 10002

Log:
* Add UNUSUAL_DEV entries for supertop usb drives which require the
  IGNORE_RESIDUE flag.

Added:
   
dists/etch/linux-2.6/debian/patches/bugfix/usb-storage-unusual_devs-supertop.patch
Modified:
   dists/etch/linux-2.6/debian/changelog
   dists/etch/linux-2.6/debian/patches/series/17

Modified: dists/etch/linux-2.6/debian/changelog
==============================================================================
--- dists/etch/linux-2.6/debian/changelog       (original)
+++ dists/etch/linux-2.6/debian/changelog       Sat Dec 22 00:52:26 2007
@@ -7,8 +7,10 @@
   * [fusion] Avoid holding the device busy for too long in the low level
     driver, which was causing filesystems in VMWare guests to get remounted
     read-only under load. See #453120
+  * Add UNUSUAL_DEV entries for supertop usb drives which require the
+    IGNORE_RESIDUE flag.
 
- -- dann frazier <[EMAIL PROTECTED]>  Thu, 20 Dec 2007 18:00:42 -0700
+ -- dann frazier <[EMAIL PROTECTED]>  Fri, 21 Dec 2007 11:34:08 -0700
 
 linux-2.6 (2.6.18.dfsg.1-16) stable; urgency=high
 

Added: 
dists/etch/linux-2.6/debian/patches/bugfix/usb-storage-unusual_devs-supertop.patch
==============================================================================
--- (empty file)
+++ 
dists/etch/linux-2.6/debian/patches/bugfix/usb-storage-unusual_devs-supertop.patch
  Sat Dec 22 00:52:26 2007
@@ -0,0 +1,42 @@
+From: Phil Dibowitz <[EMAIL PROTECTED]>
+Date: Sun, 31 Dec 2006 08:19:50 +0000 (-0800)
+Subject: USB Storage: unusual_devs: add supertop drives
+X-Git-Tag: v2.6.20-rc4~4^2~6
+X-Git-Url: 
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=f1cd4ad202ce34d29c847fd82df948ff67c17826
+
+USB Storage: unusual_devs: add supertop drives
+
+This combines patches from Alan Stern and Robert Schedel for two "Super Top"
+drives that need the IGNORE_RESIDUE flag but have different vendor IDs.
+
+Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
+Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
+---
+
+Adjusted to apply to Debian's 2.6.18 by dann frazier <[EMAIL PROTECTED]>
+
+diff -urpN linux-source-2.6.18.orig/drivers/usb/storage/unusual_devs.h 
linux-source-2.6.18/drivers/usb/storage/unusual_devs.h
+--- linux-source-2.6.18.orig/drivers/usb/storage/unusual_devs.h        
2007-12-18 08:21:23.000000000 -0700
++++ linux-source-2.6.18/drivers/usb/storage/unusual_devs.h     2007-12-21 
11:31:09.000000000 -0700
+@@ -1287,6 +1287,21 @@ UNUSUAL_DEV(  0x1370, 0x6828, 0x0110, 0x
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_IGNORE_RESIDUE ),
+ 
++/* Reported by Francesco Foresti <[EMAIL PROTECTED]> */
++UNUSUAL_DEV(  0x14cd, 0x6600, 0x0201, 0x0201,
++              "Super Top",
++              "IDE DEVICE",
++              US_SC_DEVICE, US_PR_DEVICE, NULL,
++              US_FL_IGNORE_RESIDUE ),
++
++/* Reported by Robert Schedel <[EMAIL PROTECTED]>
++ * Note: this is a 'super top' device like the above 14cd/6600 device */
++UNUSUAL_DEV(  0x1652, 0x6600, 0x0201, 0x0201,
++              "Teac",
++              "HD-35PUK-B",
++              US_SC_DEVICE, US_PR_DEVICE, NULL,
++              US_FL_IGNORE_RESIDUE ),
++
+ /* patch submitted by Davide Perini <[EMAIL PROTECTED]>
+  * and Renato Perini <[EMAIL PROTECTED]>
+  */

Modified: dists/etch/linux-2.6/debian/patches/series/17
==============================================================================
--- dists/etch/linux-2.6/debian/patches/series/17       (original)
+++ dists/etch/linux-2.6/debian/patches/series/17       Sat Dec 22 00:52:26 2007
@@ -1,3 +1,4 @@
 + bugfix/futex-fix-compat-addr-compute.patch
 + bugfix/x86_64-add-NX-mask-for-PTE-entry.patch
 + bugfix/mptscsih-vmware-remount-ro-fix.patch
++ bugfix/usb-storage-unusual_devs-supertop.patch

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to