elan: Add PID 0c63

Users are reporting that the sensor works fine.

Closes: #357
This commit is contained in:
Benjamin Berg
2021-04-28 15:47:18 +02:00
parent d2981fc6a4
commit 04f6cac7ec
2 changed files with 2 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ static const FpIdEntry elan_id_table[] = {
{.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 = ELAN_VEND_ID, .pid = 0x0c63, .driver_data = ELAN_ALL_DEV},
{.vid = 0, .pid = 0, .driver_data = 0},
};