|
@@ -2086,6 +2086,11 @@ UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001,
|
|
|
"Digital MP3 Audio Player",
|
|
|
USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
|
|
|
|
|
|
+/* Unusual uas devices */
|
|
|
+#if IS_ENABLED(CONFIG_USB_UAS)
|
|
|
+#include "unusual_uas.h"
|
|
|
+#endif
|
|
|
+
|
|
|
/* Control/Bulk transport for all SubClass values */
|
|
|
USUAL_DEV(USB_SC_RBC, USB_PR_CB),
|
|
|
USUAL_DEV(USB_SC_8020, USB_PR_CB),
|