On Wed, Feb 13, 2013 at 7:45 PM, GORAN RADIVOJEVIC <yt7...@open.telekom.rs> wrote: > I have a problem with AVR32 UC3A0512 device and Vendor > class. Hardware is > EVK1100 clone (WaveShare EVK3A). > I manage to build firmware with AtmelStudio 6 and install driver > (libUSBwin32 or libUSBK). Device is visible by > Windows without any warning. When I try xusb.exe from example > folder my device is listed with two interfaces > (0 without endpoints and 1 with two endpoints: interuput and > isochronous).
Take note that libusbx does not isochronous transfer even though libusb0.sys has limited isoc support and libusbk.sys has better isoc support. Which version of libusbx are you using? You may need to use latest git version and use libusbk.sys driver only since libusbx has some problems with libusb0.sys as of now with regard to the filter driver and USB composite device. And take note WinUSB does not support isoc transfer. Please post the output of xusb.exe. I am not so sure if your device is a USB composite device with two interfaces (in that case, this device violate USB spec since the 2nd interface has a isoc interface) or a device with single interface but with an alternative interace (then it is okay). > In my host PC application when I try > to set active interface 1 I got error (from UC3A debug printout > message is USB_REQ_TYPE_STANDARD). From what > I read my host app must activate Vendor device by sending > USB_REQ_TYPE_VENDOR request with appropriate alt > configuration number? Is there any Vendor class example > firmware for EVK1100 to test libusbx functionality? > Identical results are with composite Vendor+HID device > (HID part can be opened and send/receive data). Please post the output of xusb.exe. -- Xiaofan ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel