|
@@ -1452,6 +1452,7 @@ MODULE_DEVICE_TABLE(i2c, cyapa_id_table);
|
|
|
static const struct acpi_device_id cyapa_acpi_id[] = {
|
|
|
{ "CYAP0000", 0 }, /* Gen3 trackpad with 0x67 I2C address. */
|
|
|
{ "CYAP0001", 0 }, /* Gen5 trackpad with 0x24 I2C address. */
|
|
|
+ { "CYAP0002", 0 }, /* Gen6 trackpad with 0x24 I2C address. */
|
|
|
{ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(acpi, cyapa_acpi_id);
|