diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2018-05-22 17:08:38 +0200 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2018-05-22 17:08:38 +0200 |
commit | 9a42d205eb60faca494ff4eabce8d59f0ec0fc7f (patch) | |
tree | e665fbd920b701239b844e0c743aab73555a3a14 | |
parent | 2588689f2a8044cc2826cef2729f326a2eb593cd (diff) | |
download | v-usb-9a42d205eb60faca494ff4eabce8d59f0ec0fc7f.tar.gz v-usb-9a42d205eb60faca494ff4eabce8d59f0ec0fc7f.tar.bz2 v-usb-9a42d205eb60faca494ff4eabce8d59f0ec0fc7f.zip |
Added more free USB-IDs
-rw-r--r-- | usbdrv/USB-IDs-for-free.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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. ================= |