mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 14:22:13 +00:00
rts54hid: Use correct PID for test device
Make sure it doesn't affect general ID (0bda:1100)
This commit is contained in:
parent
c22c2e0752
commit
0c0ff534bf
@ -1,13 +1,13 @@
|
|||||||
# RTS5423
|
# Realtek USBHub (HID Device)
|
||||||
[USB\VID_0BDA&PID_1100]
|
[USB\VID_0BDA&PID_5A00]
|
||||||
Plugin = rts54hid
|
Plugin = rts54hid
|
||||||
GType = FuRts54HidDevice
|
GType = FuRts54HidDevice
|
||||||
FirmwareSizeMin = 0x10000
|
FirmwareSizeMin = 0x10000
|
||||||
FirmwareSizeMax = 0x40000
|
FirmwareSizeMax = 0x40000
|
||||||
Children = FuRts54HidModule|USB\VID_0BDA&PID_1100&I2C_01
|
Children = FuRts54HidModule|USB\VID_0BDA&PID_5A00&I2C_01
|
||||||
|
|
||||||
# this is a fictitious example...
|
# this is a fictitious example...
|
||||||
[USB\VID_0BDA&PID_1100&I2C_01]
|
[USB\VID_0BDA&PID_5A00&I2C_01]
|
||||||
Plugin = rts54hid
|
Plugin = rts54hid
|
||||||
Name = HDMI Converter
|
Name = HDMI Converter
|
||||||
Flags = updatable
|
Flags = updatable
|
||||||
|
Loading…
Reference in New Issue
Block a user