G'day all (again)

I have happened upon a Genesys USB2->ide adaptor. I also happen to have a spare disk and some (limited) time to assist if I can the debugging of these adaptors.

I noted a post by Alan Stern asking about the .inf file for this device so I have 
inlined it here.
It is listed in the driver description as a WIN98 driver however. (Apparently nothing 
of use here)

I have 2.4.25, 2.6.4, 2000 and XP on this laptop so if there is any testing I can assist with I'd be happy to help.
I don't need this adaptor for day to day use I just happened across it and it was not being used so I thought it might be of some use to assist debugging.


This is it connected to my internal uhci interface, but I can run it up on an external ehci interface and also a desktop machine that is uhci/ehci if you need.

Regards,
Brad

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=c000
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=bce0
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=bca0
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=05e3 ProdID=0702 Rev= 0.02
S:  Product=USB TO IDE
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 96mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms


; INF file for USB storage device ; Copyright (c) 2000-2005

[Version]
Signature="$CHICAGO$"
Class=USB
provider=%MSFT%

[Manufacturer]
%MfgName%=General

[General]
%USB\VID_05E3&PID_0700.DeviceDesc%=USBLS120.Dev,USB\VID_05E3&PID_0700
%USB\VID_05E3&PID_0701.DeviceDesc%=USBLS120.Dev,USB\VID_05E3&PID_0701
%USB\VID_05E3&PID_0702.DeviceDesc%=USBLS120.Dev,USB\VID_05E3&PID_0702
%USB\VID_07C4&PID_A400.DeviceDesc%=USBLS120.Dev,USB\VID_07C4&PID_A400

[PreCopySection]
HKR,,NoSetupUI,,1

[DestinationDirs]
DefaultDestDir = 11
USBLS120.Files.Ext = 10,System32\Drivers
usbstor.Files.Ext = 12
usbstor.CopyInf = 17

[USBLS120.Dev]
CopyFiles=USBLS120.Files.Ext,usbstor.Files.Ext,usbstor.CopyInf, usbstor.CopyUninst, 
usbstor.CopyTrayIcon
AddReg=USBLS120.AddReg,UsbStor.AddReg.Uninstall, UsbStor.AddReg.TrayIcon

[USBLS120.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,geneuide.sys
HKR,,GeneUsbStorTag,,1
HKLM, 
"Software\Microsoft\Windows\CurrentVersion\RunOnce","USBIDRV",,"%11%\delentry.exe"

[UsbStor.AddReg.Uninstall]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GENEUIDE,DisplayName,,%UninstDesc%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GENEUIDE,UninstallString,,"DelUIDrv.exe"

[UsbStor.AddReg.TrayIcon]
HKLM, "Software\Microsoft\Windows\CurrentVersion\RunOnce","Gene USB 
Monitor",,"%11%\USBMonit.exe"
HKLM, "Software\Microsoft\Windows\CurrentVersion\Run","Gene USB 
Monitor",,"%11%\USBMonit.exe"

[USBLS120.Files.Ext]
geneuide.sys

[usbstor.Files.Ext]
genestor.pdr

[usbstor.CopyInf]
genedisk.inf

[usbstor.CopyUninst]
deluidrv.exe
delentry.exe

[usbstor.CopyTrayIcon]
usbmonit.exe

[SourceDisksNames]
1000 = "USB Storage Driver Disk","",,

[SourceDisksFiles]
geneuide.sys = 1000
genestor.pdr = 1000
genedisk.inf = 1000
deluidrv.exe = 1000
delentry.exe = 1000
usbmonit.exe = 1000
;---------------------------------------------------------------;

[Strings]
MSFT="General"
MfgName="General"
USB\VID_05E3&PID_0700.DeviceDesc="USB Card Reader"
USB\VID_05E3&PID_0701.DeviceDesc="USB Optical Device"
USB\VID_05E3&PID_0702.DeviceDesc="USB Mass Storage Device"
USB\VID_07C4&PID_A400.DeviceDesc="USB Card Reader"
UninstDesc="USB Storage Driver"




------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to