mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 22:03:48 +00:00

Although they do a lot of the same things, trying to deal with both kinds of device in the same GObject type was making it very hard to understand and maintain. Split out two GObjects that both derive from FuThunderboltDevice.
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
[THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE]
|
|
Plugin = thunderbolt
|
|
GType = FuThunderboltController
|
|
|
|
[THUNDERBOLT\TYPE_THUNDERBOLT_RETIMER]
|
|
Plugin = thunderbolt
|
|
GType = FuThunderboltRetimer
|