[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#289247: SCSI Device List update (FIX problems with some pendrivers)



Package: kernel-source-2.6.8
Version: 2.6.8-11
Severity: normal
Tags: patch

Hello,

I was having problems with some pendrivers and then I looked by a
fix. I did this patch using Fedora kernel as source and tested it. Worked really fine.

Please, apply it in next upload.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)

Versions of packages kernel-source-2.6.8 depends on:
ii  binutils                      2.15-5     The GNU assembler, linker and bina
ii  bzip2                         1.0.2-2    high-quality block-sorting file co
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  fileutils                     5.2.1-2    The GNU file management utilities 

-- no debconf information
--- kernel-source-2.6.8-orig/drivers/scsi/scsi_devinfo.c	2005-01-06 23:56:57.000000000 -0200
+++ kernel-source-2.6.8/drivers/scsi/scsi_devinfo.c	2005-01-07 00:07:23.000000000 -0200
@@ -184,7 +184,6 @@
 	{"XYRATEX", "RS", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
 	{"Zzyzx", "RocketStor 500S", NULL, BLIST_SPARSELUN},
 	{"Zzyzx", "RocketStor 2000", NULL, BLIST_SPARSELUN},
-	{ NULL, NULL, NULL, 0 },
 
 	/*
 	 * USB multi card readers. Only these should use BLIST_FORCELUN.
@@ -196,16 +195,21 @@
 	{"Generic", "USB Storage-SMC", "0090", BLIST_FORCELUN},
 	{"Generic", "USB Storage-SMC", "0180", BLIST_FORCELUN},
 	{"Generic", "USB Storage-SMC", "0207", BLIST_FORCELUN},
+	{"IC", "USB Storage-CFC", "322E", BLIST_FORCELUN},
 	{"ICSI", "SD Card", "2.7C", BLIST_FORCELUN},
 	{"IOI", "Media Bay", "*", BLIST_FORCELUN},
 	{"Lexar", "Media Inc. SM/xD", "009E", BLIST_FORCELUN},
 	{"Medion", "Flash XL  MMC/SD", "2.6D", BLIST_FORCELUN},
+	{"OEI-USB2", "CompactFlash", "2.00", BLIST_FORCELUN},
 	{"SanDisk", "ImageMate CF-SD1", NULL, BLIST_FORCELUN},
 	{"SMSC", "223 U HS-CF", "1.95", BLIST_FORCELUN},
 	{"SMSC", "USB 2 HS-CF", NULL, BLIST_FORCELUN},
 	{"TwinMOS", "7-in-1 Card RWCF", "0100", BLIST_FORCELUN},
 	{"USB2.0", "SMARTMEDIA/XD", NULL, BLIST_FORCELUN},
 	{"Y-E DATA", "CF Card Reader", "1.03", BLIST_FORCELUN},
+	{"Zynet", "USB Storage-SMC", "I03A", BLIST_FORCELUN},
+
+	{ NULL, NULL, NULL, 0 },
 };
 
 /*

Reply to: