elan: added 0c4d device to the array of supported devices

This commit is contained in:
tt83
2020-10-22 07:06:04 +03:00
committed by Benjamin Berg
parent fa3bdb874d
commit e246e00ba3
2 changed files with 1 additions and 1 deletions

View File

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