Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7a2929

Browse files
committedAug 20, 2017
Updating the USB-IDs.md file
1 parent 09e075f commit a7a2929

File tree

1 file changed

+43
-11
lines changed

1 file changed

+43
-11
lines changed
 

‎USB-IDs.md

+43-11
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,44 @@
11
# USB ID table
22

33
* This page is published at https://github.com/timvideos/HDMI2USB/wiki/USB-IDs
4-
* [More information about the Opsis USB IDs can be found in the developer documentation](https://github.com/timvideos/HDMI2USB/wiki/USB-IDs/_edit).
4+
* [More information about the Opsis USB IDs can be found in the developer documentation](https://opsis.hdmi2usb.tv/getting-started/usb-ids.html).
55

66
### Primary USB IDs
77

8-
| Board | Mode | Vendor ID | Product ID |
9-
| -----:| --------------:|:---------:|:----------:|
10-
| Opsis | Unconfigured | 0x2A19 | 0x5440 |
11-
| Opsis | Programming | 0x2A19 | 0x5441 |
12-
| Opsis | Operational | 0x2A19 | 0x5442 |
13-
| Atlys | Digilent Adept*| 0x1443 | 0x0007 |
14-
| Atlys | Unconfigured | 0x1D50 | 0x60b5 |
15-
| Atlys | Programming | 0x1D50 | 0x60b6 |
16-
| Atlys | Operational | 0x1D50 | 0x60b7 |
8+
| Board | Mode | Vendor ID | Product ID | Device ID |
9+
| -----:| --------------:|:---------:|:----------:|:----------:|
10+
| Opsis | Unconfigured | 0x2A19 | 0x5440 | FIXME |
11+
| Opsis | Upgrade | 0x2A19 | 0x5441 | 0x01 |
12+
| Opsis | Operational | 0x2A19 | 0x5442 | FIXME |
13+
| Atlys | Digilent Adept*| 0x1443 | 0x0007 | FIXME |
14+
| Atlys | Unconfigured | 0x1D50 | 0x60b5 | 0x01 |
15+
| Atlys | Upgrade | 0x1D50 | 0x60b6 | 0x01 |
16+
| Atlys | Operational | 0x1D50 | 0x60b6 | 0x01 |
1717

1818
*: Atlys running original shipping firmware enumerates as this.
1919

2020
For the Opsis, we use Numato Lab's USB ID (they are the device's manufacture).
2121
For the Atlys, the [Openmoko project](http://wiki.openmoko.org/wiki/USB_Product_IDs#Assigned.2FAllocated_Openmoko_USB_Product_IDs) has provided IDs.
2222

23+
### Developer IDs
24+
25+
Developer modes reuse a different DeviceID on the "Upgrade" PID+VID
26+
27+
| Board | Mode | Vendor ID | Product ID | Device ID |
28+
| -----:| --------------:|:---------:|:----------:|:----------:|
29+
| Opsis | Test JTAG | 0x2A19 | 0x5441 | 0x10 |
30+
| Opsis | Test Serial | 0x2A19 | 0x5441 | 0x11 |
31+
| Opsis | Test Audio | 0x2A19 | 0x5441 | 0x12 |
32+
| Opsis | Test UVC | 0x2A19 | 0x5441 | 0x13 |
33+
| Atlys | Test JTAG | 0x1D50 | 0x60b7 | 0x10 |
34+
| Atlys | Test Serial | 0x1D50 | 0x60b7 | 0x11 |
35+
| Atlys | Test Audio | 0x1D50 | 0x60b7 | 0x12 |
36+
| Atlys | Test UVC | 0x1D50 | 0x60b7 | 0x13 |
37+
| MiniBoard | Unconfigured * | ?? | ??? | ??? |
38+
| MiniBoard | Test Serial | 0x1D50 | ??? | 0x11 |
39+
| MiniBoard | Test Audio | 0x1D50 | ??? | 0x12 |
40+
| MiniBoard | Test UVC | 0x1D50 | ??? | 0x13 |
41+
2342
### Other USB IDs
2443

2544
| Description | Vendor ID | Product ID | Board |
@@ -42,4 +61,17 @@ For the Atlys, the [Openmoko project](http://wiki.openmoko.org/wiki/USB_Product_
4261
| 0x1443 | Digilent | Manufacturers of the Atlys board. |
4362
| 0x16C0 | Van Ooijen Technische Informatica | Original developers of ixo-usb-jtag. |
4463
| 0x1D50 | OpenMoko, Inc. | Originally made phones but now have [donated their ID to open source projects](http://wiki.openmoko.org/wiki/USB_Product_IDs). |
45-
| 0x2A19 | Numato Lab | Manufacturers of the Opsis board. |
64+
| 0x2A19 | Numato Lab | Manufacturers of the Opsis board. |
65+
66+
-------
67+
68+
### Currently Unused USB Ids
69+
70+
| Vendor ID | Product ID | Current Description |
71+
|:---------:|:----------:|:------|
72+
| 0x1d50 | 0x60b8 | TimVideos' HDMI2USB (Soft+UTMI) - Unconfigured device |
73+
| 0x1d50 | 0x60b9 | TimVideos' HDMI2USB (Soft+UTMI) - Firmware upgrade |
74+
| 0x1d50 | 0x60ba | TimVideos' HDMI2USB (Soft+UTMI) - HDMI/DVI Capture Device |
75+
| 0x1d50 | 0x60df | Numato Opsis HDMI2USB board - unconfigured |
76+
| 0x1d50 | 0x60e0 | Numato Opsis HDMI2USB board - JTAG Programming Mode |
77+
| 0x1d50 | 0x60e1 | Numato Opsis HDMI2USB board - User Mode |

0 commit comments

Comments
 (0)
Please sign in to comment.