obdev / v-usb

A Firmware-Only USB implementation for Atmel's AVR Microcontrollers
1.22k stars 244 forks source link

USB-IDs for free: what about composite devices #19

Closed benjaminaigner closed 5 years ago

benjaminaigner commented 5 years ago

Dear obdev team,

first of all, thank you very much for sharing the PIDs/VID with the community! (overflo gave me the hint :-)).

I've a question regarding a composite device:

Out device (FLipMouse -> available here, v2 and here, v3 (not completed) ) uses a composite device with mouse,keyboard,joystick and CDC-ACM.

What PID do you recommend for this kind of device?

itavero commented 5 years ago

I also have a device that is a composite device consisting of a CDC ACM and MSC class device. It currently already uses the default drivers for this, supplied by the operating system.

benjaminaigner commented 5 years ago

@itavero

Thank you for the info, but I applied for a PID at NXP :-).

itavero commented 5 years ago

@benjaminaigner Your question is still not answered and I'd still like to know the answer (hence my comment indicating my use case). Could you reopen the issue?