mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 03:56:30 +00:00
elantp: Updating the quirks of the ABS touchpad of Chromebook
Modify the matching method from I2C\MODALIAS_ to I2C\NAME_
This commit is contained in:
parent
93599e316c
commit
7dcb9e36d2
@ -27,14 +27,14 @@ Flags = elantp-recovery
|
||||
Flags = elantp-recovery
|
||||
|
||||
# absolute report device on ACPI
|
||||
[I2C\MODALIAS_acpi:ELAN0000:]
|
||||
[I2C\NAME_ELAN0000:00]
|
||||
Plugin = elantp
|
||||
GType = FuElantpI2cDevice
|
||||
ElantpI2cTargetAddress = 0x15
|
||||
Flags = elantp-absolute
|
||||
|
||||
# absolute report device on Device Tree
|
||||
[I2C\MODALIAS_of:NtrackpadT(null)Celan,ekth3000]
|
||||
[I2C\NAME_ekth3000]
|
||||
Plugin = elantp
|
||||
GType = FuElantpI2cDevice
|
||||
ElantpI2cTargetAddress = 0x15
|
||||
|
Loading…
Reference in New Issue
Block a user