Skip to content

Commit

Permalink
Added more free USB-IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
starkjohann committed May 22, 2018
1 parent 2588689 commit 9a42d20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions usbdrv/USB-IDs-for-free.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.


=================
Expand Down

0 comments on commit 9a42d20

Please sign in to comment.