Re: USB gadget: configfs hid mouse device

2016-12-02 Thread Sven Geggus
Krzysztof Opasiak wrote: > You may also try to use your own C program instead of echo to check if > hex value is correctly written. This was the crucial hint. Seem like echo is doing something fishy here. "mouse" Works fine with my Linux host now, but unfortunately does not using Windows 10 as

Re: USB gadget: configfs hid mouse device

2016-12-01 Thread Krzysztof Opasiak
On 12/01/2016 02:35 PM, Sven Geggus wrote: > Hello, > > I'm trying to setup a custom mouse-like device on a pi zero. > > As I have never been using the USB gadget stack before, the following > problem might likely be a configuration failure on my side as well as a > driver issue. > > Using the

USB gadget: configfs hid mouse device

2016-12-01 Thread Sven Geggus
Hello, I'm trying to setup a custom mouse-like device on a pi zero. As I have never been using the USB gadget stack before, the following problem might likely be a configuration failure on my side as well as a driver issue. Using the documentation from kernel source (Documentation/usb/gadget_hid