kai-morich
e9a38ca891
skip non ACM subclasses for CDC composite devices
2023-07-24 19:12:18 +02:00
kai-morich
5db45548ba
probe CDC devices by USB interface types instead of fixed VID+PID
...
- no more custom prober required for standard CDC devices
- legacy (singleInterface) CDC devices still have to be added by VID+PID
- for autostart VID+PID still have to be added to device_filter.xml
2023-03-11 19:12:42 +01:00
kai-morich
85f64aff96
skip RNDIS related data interfaces in composite CDC devices ( #469 )
2023-03-11 17:42:13 +01:00
kai-morich
7ea76f8899
cdcacm unit test
2023-03-11 17:42:12 +01:00
kai-morich
f1d73c04dc
fixed some warnings
2021-04-02 20:28:41 +02:00
kai-morich
f4166f34a0
read w/o timeout now throws exception on connection lost or buffer to small
...
SerialInputOutputManager already returned connection lost exception, as the next read failed
2021-03-26 18:11:23 +01:00