On Sun, 2005-10-16 at 12:56 -0700, Peter McClure wrote:
> uname -a
> Linux pmcclure.mcclint.co.uk 2.6.12-12mdk #1 Fri Sep 9
> 18:15:22 CEST 2005 i686 Intel(R) Pentium(R) 4 Mobile
> CPU 1.80GHz unknown GNU/Linux
> 
> 
> [EMAIL PROTECTED] ~]$ diff /tmp/before /tmp/after
> 23a24,35
> > T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  9
> Spd=12  MxCh= 0
> > D:  Ver= 2.00 Cls=ef(unk. ) Sub=01 Prot=01 MxPS=16
> #Cfgs=  1
> > P:  Vendor=0bb4 ProdID=0b01 Rev= 0.00
> > S:  Manufacturer=MSFT
> > S:  Product=PocketPC USB Sync
> > C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=500mA
> > I:  If#= 0 Alt= 0 #EPs= 1 Cls=ef(unk. ) Sub=01
> Prot=01 Driver=(none)
> > E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=1ms
> > I:  If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00
> Prot=00 Driver=(none)
> > E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> > E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

One very interesting thing I just noted about the USB info above is that
the bDeviceClass, bDeviceSubClass and bDeviceProtocol fields are not
0xff but this:

  Cls=ef(unk. ) Sub=01 Prot=01

I've never seen this before for a Windows CE device, except in this
forum thread:

  https://sourceforge.net/forum/message.php?msg_id=3259268

According to my usb.ids file, the class 0xef is "Miscellaneous Device".
What subclass 0x01 is I have no idea.

Also, values for bInterfaceClass, bInterfaceSubClass, and
bInterfaceProtocol are set for the two interfaces:

  Cls=ef(unk. ) Sub=01 Prot=01
  Cls=0a(data ) Sub=00 Prot=00

Does this indicate a protocol change? Maybe some usb sniffing on Windows
could be useful.


Peter, does this device work properly with SynCE once the vendor/product
IDs are provided to the kernel driver?

-- 
Regards,
               -\- David Eriksson -/-

        SynCE - http://synce.sourceforge.net
      ScummVM - http://scummvm.sourceforge.net
     Desquirr - http://desquirr.sourceforge.net



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Synce-devel mailing list
Synce-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to