espressif / esp-usb

Other
29 stars 16 forks source link

Add option to open a CDC device with any VID or PID #71

Closed tore-espressif closed 1 month ago

tore-espressif commented 1 month ago

Description

The CDC driver must support also devices who do not follow the CDC specification. Any many cases, the user does not know or care about the device's VID/PID. With this feautere, any device can be opened

Testing

A test is added that checks all positive (device opened) and negative (device not opened) cases

Checklist

Before submitting a Pull Request, please ensure the following:

tore-espressif commented 1 month ago

@peter-marcisovsky Thank you for the review!