Alfred Ganz wrote:
> Ladies and Gentlemen,
> 
> Attached please find an extract from my syslog files as requested there. I 
> am running Fedora Core 3 with all released updates as of today (06/21/05). 
> I also attach the relevant part of /proc/bus/usb/devices.
> 
> Please let me know if you need any other information.

Alfred, can you try this patch please?

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Freeware and Technical Pages              Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
 - Benjamin Franklin, 1759


This patch removes an unneeded subclass and protocol from the 07af/0005/100 entry in unsual_devs.h as reported by Alfred Ganz <[EMAIL PROTECTED]>.

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

---


diff -puN drivers/usb/storage/unusual_devs.h~unusual_microtech drivers/usb/storage/unusual_devs.h
--- linux-2.6.12-rc3/drivers/usb/storage/unusual_devs.h~unusual_microtech	2005-06-21 21:41:30.000000000 -0700
+++ linux-2.6.12-rc3-phil/drivers/usb/storage/unusual_devs.h	2005-06-21 21:41:59.000000000 -0700
@@ -665,7 +665,7 @@ UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0406, 0x
 UNUSUAL_DEV(  0x07af, 0x0004, 0x0100, 0x0133, 
 		"Microtech",
 		"USB-SCSI-DB25",
-		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
+		US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
 		US_FL_SCM_MULT_TARG ), 
 
 UNUSUAL_DEV(  0x07af, 0x0005, 0x0100, 0x0100, 
_

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to