Phil Dibowitz wrote:
>> Care to send me a patch that takes any duplicates out?
> 
> Yeah. I'll get to it this weekend.

Here you are, Greg. This cleans up the dups. From 2.6.21-rc1-git1.

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


This patch removes the duplicate supertop entries that made it into the .21 rc kernels.

Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>

---

 linux-2.6.21-rc1-git1-dev-phil/drivers/usb/storage/unusual_devs.h |   10 ----------
 1 file changed, 10 deletions(-)

diff -puN drivers/usb/storage/unusual_devs.h~unusual_rm_dup_supertop drivers/usb/storage/unusual_devs.h
--- linux-2.6.21-rc1-git1-dev/drivers/usb/storage/unusual_devs.h~unusual_rm_dup_supertop	2007-02-24 19:19:10.000000000 -0800
+++ linux-2.6.21-rc1-git1-dev-phil/drivers/usb/storage/unusual_devs.h	2007-02-24 19:19:23.000000000 -0800
@@ -1395,16 +1395,6 @@ UNUSUAL_DEV(  0x1652, 0x6600, 0x0201, 0x
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_IGNORE_RESIDUE ),
 
-/* Reported by Thomas Baechler <[EMAIL PROTECTED]>
- * Fixes I/O errors with Teac HD-35PU devices
- */
-
-UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
-               "Super Top",
-               "USB 2.0  IDE DEVICE",
-               US_SC_DEVICE, US_PR_DEVICE, NULL,
-               US_FL_IGNORE_RESIDUE),
-
 /* patch submitted by Davide Perini <[EMAIL PROTECTED]>
  * and Renato Perini <[EMAIL PROTECTED]>
  */
_

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to