Multiple HID Descriptors

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
coolblaze03

Multiple HID Descriptors

Post by coolblaze03 » Wed Apr 07, 2010 4:43 pm

Ok. Can anyone show me a project or example that has multiple hid descriptors that use the report id to signify which which descriptor to use for the buffer? i cant find an example anywhere.

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: Multiple HID Descriptors

Post by ulao » Thu Apr 08, 2010 3:36 am

There are countless topics on this actually. Here is where I learned how to do it.

http://www.obdev.at/products/vusb/prjdetail.php?pid=69

It uses two hid devices and talks to 0 or 1 using the first report bit.

Post Reply