Pavel Machek wrote:
> Hi!
> ...
>
> Apr 13 21:22:52 amd kernel: usb 2-2: new full speed USB device using uhci_hcd 
> and address 3
> Apr 13 21:22:52 amd kernel: usb-storage: This device (0693,0002,0100 S 06 P 
> 50) has unneeded SubClass and Protocol entries in unusual_devs.h
> Apr 13 21:22:52 amd kernel:    Please send a copy of this message to 
> <[email protected]>
> Apr 13 21:22:52 amd kernel: scsi1 : SCSI emulation for USB Mass Storage 
> devices
> Apr 13 21:22:52 amd kernel: usb-storage: device found at 3
> Apr 13 21:22:52 amd kernel: usb-storage: waiting for device to settle before 
> scanning
> Apr 13 21:22:57 amd kernel:   Vendor: HAGIWARA  Model: SmartMedia R/W    Rev: 
> 1.00
> Apr 13 21:22:57 amd kernel:   Type:   Direct-Access                      ANSI 
> SCSI revision: 02
> Apr 13 21:22:57 amd kernel: Attached scsi removable disk sda at scsi1, 
> channel 0, id 0, lun 0
> Apr 13 21:22:57 amd kernel: Attached scsi generic sg0 at scsi1, channel 0, id 
> 0, lun 0,  type 0
> Apr 13 21:22:57 amd kernel: usb-storage: device scan complete
> Apr 13 21:23:50 amd kernel: usb 2-2: USB disconnect, address 3
> ...
>

Thanks Pavel, can you try the attached patch and let me know if the
device still works? Thanks.

--
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

---


diff -puN drivers/usb/storage/unusual_devs.h~unusual_hagiwara drivers/usb/storage/unusual_devs.h
--- linux-2.6.12-rc2/drivers/usb/storage/unusual_devs.h~unusual_hagiwara	2005-04-15 22:52:53.000000000 -0700
+++ linux-2.6.12-rc2-phil/drivers/usb/storage/unusual_devs.h	2005-04-15 22:53:06.000000000 -0700
@@ -627,11 +627,6 @@ UNUSUAL_DEV(  0x0686, 0x4017, 0x0001, 0x
                 "DIMAGE E223",
                 US_SC_SCSI, US_PR_DEVICE, NULL, 0 ),

-UNUSUAL_DEV(  0x0693, 0x0002, 0x0100, 0x0100,
-		"Hagiwara",
-		"FlashGate SmartMedia",
-		US_SC_SCSI, US_PR_BULK, NULL, 0 ),
-
 UNUSUAL_DEV(  0x0693, 0x0005, 0x0100, 0x0100,
 		"Hagiwara",
 		"Flashgate",
_

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to