mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-03 13:41:12 +00:00
analogix: Added 3 new supported devices
This commit is contained in:
parent
6eada0e067
commit
ed120c05e7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user