mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-29 10:40:53 +02:00
synaptics: Add new PID 0x00C6
This commit is contained in:
parent
2e766904f0
commit
538a18cf17
2 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ usb:v06CBp0104*
|
|||
usb:v06CBp0173*
|
||||
usb:v06CBp0106*
|
||||
usb:v06CBp019D*
|
||||
usb:v06CBp00C6*
|
||||
ID_AUTOSUSPEND=1
|
||||
ID_PERSIST=0
|
||||
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0173, },
|
||||
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0106, },
|
||||
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x019D, },
|
||||
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x00C6, },
|
||||
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue