T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=104/900 us (12%), #Int=  2, #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=e000
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#=  2 Spd=12  MxCh= 4
D:  Ver= 1.01 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=05e3 ProdID=0604 Rev= 0.05
S:  Product=USB Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=255ms
T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 12 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0c76 ProdID=0003 Rev= 1.00
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 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
E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#=  3 Spd=1.5 MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=05fe ProdID=0011 Rev= 0.00
S:  Manufacturer=Cypress Sem.
S:  Product=PS2/USB Browser Combo Mouse
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usb_mouse
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl= 10ms

On Saturday 05 January 2002 06:36 pm, Matthew Dharm wrote:
> Please provide the contents of /proc/bus/usb/devices for reference
> purposes.
>
> Matthew Dharm
>
> On Sat, Jan 05, 2002 at 12:39:59PM -0700, Brian Hall wrote:
> > Submitted for your approval, attached is a patch to support the
> > JMTek USBDrive 2.0 (http://www.usbdrive.com/productinfo.html). The
> > earlier "flashdrive" model is not covered by this, as it is not
> > mass storage compliant. I tested the 32MB model with kernel 2.4.17,
> > and it works fine. Write-protect switch changes require a replug
> > and remodding of the usb-storage module, but I haven't tried to
> > setup hotplug support on my Mandrake 8.1 box, so it might be more
> > transparent if that was done.
> >
> > The drive comes from the factory unpartitioned, formatted as FAT16.
> > I have mounted it with msdos filesystem and exchanged data with a
> > Windows 98 PC. I have partitioned it with fdisk with one partition
> > as win95 lba, reformatted as vfat and exchanged data with a Win98
> > PC also.
> >
> > Patch is online at http://www.pcisys.net/~brihall/usbdrive.patch
> >
> >
> > diff -ruN drivers/usb/storage_orig/unusual_devs.h
> > drivers/usb/storage/unusual_devs.h
> > --- drivers/usb/storage_orig/unusual_devs.h Sat Jan  5 11:40:09
> > 2002 +++ drivers/usb/storage/unusual_devs.h Sat Jan  5 12:04:30
> > 2002 @@ -402,3 +402,11 @@
> >                  US_SC_ISD200, US_PR_BULK, isd200_Initialization,
> >                  0 ),
> >  #endif
> > +
> > +/* Submitted by Brian Hall <[EMAIL PROTECTED]> */
> > +UNUSUAL_DEV(  0x0c76, 0x0003, 0x0100, 0x0100,
> > +           "JMTek",
> > +           "USBDrive",
> > +           US_SC_SCSI, US_PR_BULK, NULL,
> > +           US_FL_START_STOP ),
> > +

-- 

http://www.bigfoot.com/~brihall
Linux Consultant

Second star to the right & straight on till morning...


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

Reply via email to