elan: Add 04f3:0c42 to the supported devices

Now that all the quirks are in place to support it.
This commit is contained in:
Dave 2019-04-09 02:31:32 -04:00 committed by Bastien Nocera
parent 3e666130c2
commit 8c7ff259af

View file

@ -208,6 +208,7 @@ static const struct usb_id elan_id_table[] = {
{.vendor = ELAN_VEND_ID,.product = 0x0c31,.driver_data = ELAN_ALL_DEV},
{.vendor = ELAN_VEND_ID,.product = 0x0c32,.driver_data = ELAN_ALL_DEV},
{.vendor = ELAN_VEND_ID,.product = 0x0c33,.driver_data = ELAN_ALL_DEV},
{.vendor = ELAN_VEND_ID,.product = 0x0c42,.driver_data = ELAN_0C42},
{0, 0, 0,},
};