elan: Add PID 0c4f

Users are reporting that the sensor works fine.
This commit is contained in:
Benjamin Berg
2021-04-28 15:43:14 +02:00
parent 8c9167d836
commit d2981fc6a4
3 changed files with 2 additions and 2 deletions

View File

@@ -216,6 +216,7 @@ static const FpIdEntry elan_id_table[] = {
{.vid = ELAN_VEND_ID, .pid = 0x0c3d, .driver_data = ELAN_ALL_DEV},
{.vid = ELAN_VEND_ID, .pid = 0x0c42, .driver_data = ELAN_0C42},
{.vid = ELAN_VEND_ID, .pid = 0x0c4d, .driver_data = ELAN_ALL_DEV},
{.vid = ELAN_VEND_ID, .pid = 0x0c4f, .driver_data = ELAN_ALL_DEV},
{.vid = 0, .pid = 0, .driver_data = 0},
};