analogix: Added 3 new supported devices

This commit is contained in:
xtcui 2022-01-26 10:52:54 +00:00 committed by Richard Hughes
parent 6eada0e067
commit ed120c05e7
2 changed files with 18 additions and 0 deletions

View File

@ -22,6 +22,9 @@ This plugin supports the following protocol ID:
These devices use the standard USB DeviceInstanceId values, e.g.
* `USB\VID_1F29&PID_7518`
* `USB\VID_050D&PID_008B`
* `USB\VID_047D&PID_80C8`
* `USB\VID_0502&PID_04C4`
## Update Behavior
@ -32,6 +35,9 @@ The device is updated at runtime using USB control transfers.
The vendor ID is set from the USB vendor. The list of USB VIDs used is:
* `USB:0x1F29`
* `USB:0x050D`
* `USB:0x047D`
* `USB:0x0502`
## External Interface Access

View File

@ -1,3 +1,15 @@
# Phoenix-Lite
[USB\VID_1F29&PID_7518]
Plugin = analogix
# Belkin
[USB\VID_050D&PID_008B]
Plugin = analogix
# Kensington
[USB\VID_047D&PID_80C8]
Plugin = analogix
# ACER
[USB\VID_0502&PID_04C4]
Plugin = analogix