[Libusbx-devel] libusbx xusb example and Microsoft OS Descriptor

2013-02-27 Thread Xiaofan Chen
Ref: http://www.microchip.com/forums/m707870.aspx As per Jan Axelson (Author of "USB Complete" and other books), xusb may have a problem when dealing with the extended properties OS feature descriptor. Quote: "I tried libusbx with Microchip's WinUSB example and got the extended compatibility OS f

Re: [Libusbx-devel] OT driver signing in Win7 / Win8

2013-02-27 Thread Tim Roberts
Xiaofan Chen wrote: > On Thu, Feb 28, 2013 at 2:32 AM, Tim Roberts wrote: >> Note that Windows 8 now requires a CAT file >> for all driver packages. > Does this cat file needs to be signed? Where is > this documented? I couldn't find it written down. I learned it empirically. > I find one inf

Re: [Libusbx-devel] OT driver signing in Win7 / Win8

2013-02-27 Thread Xiaofan Chen
On Thu, Feb 28, 2013 at 7:23 AM, Pete Batard wrote: > On 2013.02.27 22:51, Xiaofan Chen wrote: >> Does this cat file needs to be signed? Where is >> this documented? > > Isn't that part of what we discussed here:? > http://libusbx.1081486.n5.nabble.com/Libusbx-devel-libusbx-and-Windows-8-and-Windo

Re: [Libusbx-devel] OT driver signing in Win7 / Win8

2013-02-27 Thread Pete Batard
On 2013.02.27 22:51, Xiaofan Chen wrote: > Does this cat file needs to be signed? Where is > this documented? Isn't that part of what we discussed here:? http://libusbx.1081486.n5.nabble.com/Libusbx-devel-libusbx-and-Windows-8-and-Windows-8-RT-td410.html#a558 Of course, that doesn't answer where

[Libusbx-devel] [PATCH] Simplify includes and misc. cleanup

2013-02-27 Thread Pete Batard
For your consideration. This is part of the WinCE cleanup I mentioned some time ago. While this is impacts a whole bunch of files, but it's mostly cleanup, and I tested compilation on everything but OS-X or *BSD (and yes, WinCE compilation was tested). The most controversial element is proba

Re: [Libusbx-devel] OT driver signing in Win7 / Win8

2013-02-27 Thread Xiaofan Chen
On Thu, Feb 28, 2013 at 2:32 AM, Tim Roberts wrote: > Note that Windows 8 now requires a CAT file > for all driver packages. Look up the "inf2cat" tool. Does this cat file needs to be signed? Where is this documented? I find one info here which states that the cat file needs to be signed for Wi

Re: [Libusbx-devel] OT driver signing in Win7 / Win8

2013-02-27 Thread Kustaa Nyholm
On 27.2.2013 20.32, "Tim Roberts" wrote: >Kustaa Nyholm wrote: >> sorry to abuse this list with OT but since >> I know a few members know about the driver >> signing so I was hoping for a helpful word. >> >> I'm using a home brew USB CDC AMC virtual >> serial port like device on Windows with >>

Re: [Libusbx-devel] OT driver signing in Win7 / Win8

2013-02-27 Thread Tim Roberts
Kustaa Nyholm wrote: > sorry to abuse this list with OT but since > I know a few members know about the driver > signing so I was hoping for a helpful word. > > I'm using a home brew USB CDC AMC virtual > serial port like device on Windows with > the Windows serial.sys driver and my own > .inf fil

[Libusbx-devel] OT driver signing in Win7 / Win8

2013-02-27 Thread Kustaa Nyholm
Hi, sorry to abuse this list with OT but since I know a few members know about the driver signing so I was hoping for a helpful word. I'm using a home brew USB CDC AMC virtual serial port like device on Windows with the Windows serial.sys driver and my own .inf file. Now will this approach work

[Libusbx-devel] Bulk write fails on OSX but works on Linux

2013-02-27 Thread Klaus Reimer
Hello, I'm trying to do some bulk IO with a custom USB device on OSX and fail miserably. This is the small source code which just tries to write a few bytes to a bulk endpoint: #include #include int main() { libusb_context *ctx; libusb_device_handle *handle; libusb_init(&ctx)

Re: [Libusbx-devel] USB3 Error

2013-02-27 Thread Sipter Bálint
Hi, I added Marcus Meissner to the conversation he is the developer of gphoto2, I hope it's not a problem and he can help us. Does the camera > rely on the reset endpoint control transfer as a sort of soft reset? Any hints on how can I verify this? 2013/2/25 Sarah Sharp > On Sat, Feb 23, 2