libusbx v1.0.9-rc4 is now available

Xiaofan Chen xiaofanc at gmail.com
Fri Mar 30 09:50:59 EDT 2012


On Fri, Mar 30, 2012 at 8:28 PM, Xiaofan Chen <xiaofanc at gmail.com> wrote:
> On Fri, Mar 30, 2012 at 7:13 PM, Xiaofan Chen <xiaofanc at gmail.com> wrote:
>> Test results under OpenBSD 5.0, there are quite a few warnings.
>> I am okay with leaving the warnings not fixed myself.
>
> Then I tested Ubuntu 11.10 32bit and everything works fine
> there, no compiler warnings at all. The two examples also
> work fine.
>

Last test for today: Windows 8 Consumer Preview 64bit
and a high speed USB device. Everything seems to be fine.

Initial attachment.

Mcuee at Win8C_X64 /c/work/libusbx-1.0.9-rc4/examples
$ ./listdevs.exe
80ee:0021 (bus 1, device 1)
03eb:2315 (bus 2, device 1)
106b:003f (bus 1, device 255)
8086:265c (bus 2, device 255)

Mcuee at Win8C_X64 /c/work/libusbx-1.0.9-rc4/examples
$ ./xusb.exe -d 106b:003f
Opening device...
libusb:info [windows_get_device_list] The following device has no driver: '\\.\U
SB#VID_03EB&PID_2315#KUC3A0001'
libusb:info [windows_get_device_list] libusb will not be able to access it.
  Failed.

After installing WinUSB driver with libusbK's inf-wizard
(RC11).

Mcuee at Win8C_X64 /c/work/libusbx-1.0.9-rc4/examples
$ ./xusb.exe -d 03eb:2315
Opening device...
speed: 480 Mbit/s (USB 2.0 HighSpeed)

Reading device descriptor:
            length: 18
      device class: 0
               S/N: 3
           VID:PID: 03EB:2315
         bcdDevice: 0100
   iMan:iProd:iSer: 1:2:3
          nb confs: 1

Reading configuration descriptors:
             nb interfaces: 1
              interface[0]: id = 0
interface[0].altsetting[0]: num endpoints = 2
   Class.SubClass.Protocol: 00.00.00
       endpoint[0].address: 81
           max packet size: 0100
          polling interval: 02
       endpoint[1].address: 02
           max packet size: 0100
          polling interval: 02

Claiming interface 0...

Reading string descriptors:
   String (0x01): "Travis Robinson"
   String (0x02): "Benchmark Device"
   String (0x03): "KUC3A0001"

Releasing interface 0...
Closing device...

-- 
Xiaofan



More information about the libusbx mailing list