Kenneth Crudup wrote: > I found one of these laying around and plugged it in, FYI: > > ---- > Apr 16 16:21:35 vaio kernel: usb 1-3.2: new full speed USB device using > ehci_hcd and address 15 > Apr 16 16:21:35 vaio kernel: usb 1-3.2: configuration #1 chosen from 1 choice > Apr 16 16:21:35 vaio kernel: usb-storage: This device (0525,a140,0100 S 06 P > 50) has an unneeded Protocol entry in unusual_devs.h > Apr 16 16:21:35 vaio kernel: Please send a copy of this message to > <linux-usb-devel@lists.sourceforge.net> > Apr 16 16:21:35 vaio kernel: scsi14 : SCSI emulation for USB Mass Storage > devices > Apr 16 16:21:35 vaio kernel: usb-storage: device found at 15 > Apr 16 16:21:35 vaio kernel: usb-storage: waiting for device to settle before > scanning > Apr 16 16:21:40 vaio kernel: Vendor: Iomega Model: USB Clik! 40 > Rev: 0100 > Apr 16 16:21:40 vaio kernel: Type: Direct-Access > ANSI SCSI revision: 02 > Apr 16 16:21:50 vaio scsi.agent[32719]: Attribute > /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2:1.0/host14/target14:0:0/14:0:0:0/type > does not exist > ----
Thanks for the report! The following patch will fix it. Greg, please apply. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Dr. Suess
This patch removes the Protocol portion of the Iomega Click! device as it's not needed. Not-needed message reported by Kenneth Crudup <[EMAIL PROTECTED]>. Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]> --- diff -puN drivers/usb/storage/unusual_devs.h~unusual_clik drivers/usb/storage/unusual_devs.h --- linux-2.6.16.5/drivers/usb/storage/unusual_devs.h~unusual_clik 2006-04-16 19:14:44.000000000 -0700 +++ linux-2.6.16.5-phil/drivers/usb/storage/unusual_devs.h 2006-04-16 19:14:55.000000000 -0700 @@ -398,7 +398,7 @@ UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, "Iomega", "USB Clik! 40", - US_SC_8070, US_PR_BULK, NULL, + US_SC_8070, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY ), /* Yakumo Mega Image 37 _
signature.asc
Description: OpenPGP digital signature