Search found 2 matches

by teschi
Mon Sep 14, 2009 1:19 pm
Forum: V-USB
Topic: [Solved] HID doesn't work if reportbuffer exceeds 8 bytes
Replies: 2
Views: 2912

[Solved] HID doesn't work if reportbuffer exceeds 8 bytes

Thanks very much!

Sorry for the RTFM-Question (probably I shouldn't write code that late).
And thanks for the hint about the Report_IDs, that's exactly what I need.
by teschi
Sun Sep 13, 2009 10:49 pm
Forum: V-USB
Topic: [Solved] HID doesn't work if reportbuffer exceeds 8 bytes
Replies: 2
Views: 2912

[Solved] HID doesn't work if reportbuffer exceeds 8 bytes

Hi there, I currently have problems with my attempt to build a custom game controller. I'm using an Atmega16 at 12MHz and vusb-20090822. I started with the hid-mouse example, changed the descriptors to be a gamepad, and everything worked fine as long as the descriptor defined a report buffer of 8 by...