For the Zio try adding the following to drivers/usb/storage/unusual_dev.h 

UNUSUAL_DEV(  0x04e6, 0x1010, 0x0000, 0x9999,
                "SCM Microsystems zio",
                "eUSB SmartMedia / CompactFlash Adapter",
                US_SC_SCSI, US_PR_DPCM_USB, NULL, 
                US_FL_START_STOP), 

that ought to work.  If it still gives you trouble try replacing
US_PR_DPCM_USB with US_PR_EUSB_SDDR09.

pete


On Thu, Jan 03, 2002 at 06:24:44PM -0800, Stephen L Arnold wrote:
> On 3 Jan 02, at 18:52, Matthew Guest wrote:
> 
> Prior to that, some else asked:
> 
> >> I have a Zio! CF reader. Search on the Net suggest that the SDDR
> >> drivers should work ; but this is what I see: 
> > 
> >> Dec 31 20:25:35 fastbox kernel: usb.c: USB device 2 (vend/prod
> >> 0x4e6/0x1010) is not claimed by any active driver. 
> > 
> > You note that Suse 2.4.16 was detecting an actual Scandisk. Was
> > the kernel stock or did you have to recompile? 
> 
> I'm a USB newbie, but if it has vend/prod info (as above) then it 
> should work, no?  I just ran into the case where there was no 
> device info on the vendor/product with my new Sharp Zaurus 
> handheld.  Some other folks more knowledgeable than I had to add 
> the info, and make a patch for the CDCEther driver in the kernel.  
> The device driver creates a USB ethernet connection between the 
> linux desktop and the handheld in the cradle.
> 
> I also just bought a cheapo USB CF reader ($25 at BestBuy, but I 
> can't remember the brand name.  It's the same brand as the cheapo 
> flash memory).  I'll post my results after I try it out.
> 
> Steve
> 
> *************************************************************
> Steve Arnold                      http://arnolds.dhs.org:8080
> 
> Java is for staying up late while you program in Python...
> 
> _______________________________________________
> [EMAIL PROTECTED]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-users

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to