From 9a42d205eb60faca494ff4eabce8d59f0ec0fc7f Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Tue, 22 May 2018 17:08:38 +0200 Subject: Added more free USB-IDs --- usbdrv/USB-IDs-for-free.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'usbdrv') diff --git a/usbdrv/USB-IDs-for-free.txt b/usbdrv/USB-IDs-for-free.txt index d46517d..8f44427 100644 --- a/usbdrv/USB-IDs-for-free.txt +++ b/usbdrv/USB-IDs-for-free.txt @@ -133,6 +133,20 @@ PID dec (hex) | VID dec (hex) | Description of use ---------------+---------------+------------------------------------------- 10206 (0x27de) | 5824 (0x16c0) | For MIDI class devices ---------------+---------------+------------------------------------------- +10207 (0x27df) | 5824 (0x16c0) | For Mass Storage class devices +---------------+---------------+------------------------------------------- +10208 (0x27e0) | 5824 (0x16c0) | For Audio class devices +---------------+---------------+------------------------------------------- +10209 (0x27e1) | 5824 (0x16c0) | For CDC-ECM class devices +---------------+---------------+------------------------------------------- +10210 (0x27e2) | 5824 (0x16c0) | For MTP class devices +---------------+---------------+------------------------------------------- + +Note that the last six cannot be implemented using V-USB in a standards +compliant way because they require bulk endpoints which are forbidden for +low speed devices. We provide them nevertheless, either if you want to +implement a non-compliant device or implement it using other technology +than V-USB. ================= -- cgit v1.2.3