obdev / v-usb

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

USB PID for USB CCID class available? #36

Open ckahlo opened 1 year ago

ckahlo commented 1 year ago

Hi there,

I published a CCID class application driver recently on top of TinyUSB. Now it appears people have to configure "pcscd" on Linux with USB IDs to correctly assign the driver. On Windows this was a simple no-brainer. The repo is here: https://github.com/ckahlo/seccid.

Is there any USB CCID class assigned yet, or could there be a new PID assigned for the USB CCID class?

Best regards, Christian