1
1
# USB ID table
2
2
3
3
* 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 ) .
5
5
6
6
### Primary USB IDs
7
7
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 |
17
17
18
18
* : Atlys running original shipping firmware enumerates as this.
19
19
20
20
For the Opsis, we use Numato Lab's USB ID (they are the device's manufacture).
21
21
For the Atlys, the [ Openmoko project] ( http://wiki.openmoko.org/wiki/USB_Product_IDs#Assigned.2FAllocated_Openmoko_USB_Product_IDs ) has provided IDs.
22
22
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
+
23
42
### Other USB IDs
24
43
25
44
| Description | Vendor ID | Product ID | Board |
@@ -42,4 +61,17 @@ For the Atlys, the [Openmoko project](http://wiki.openmoko.org/wiki/USB_Product_
42
61
| 0x1443 | Digilent | Manufacturers of the Atlys board. |
43
62
| 0x16C0 | Van Ooijen Technische Informatica | Original developers of ixo-usb-jtag. |
44
63
| 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