Skip to content

Commit

Permalink
synaptics: Add new PID 0x0168
Browse files Browse the repository at this point in the history
  • Loading branch information
m9229017 authored and benzea committed Apr 11, 2022
1 parent da1a56a commit 5ba7ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/autosuspend.hwdb
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ usb:v06CBp0103*
usb:v06CBp0123*
usb:v06CBp0126*
usb:v06CBp0129*
usb:v06CBp0168*
ID_AUTOSUSPEND=1
ID_PERSIST=0

Expand Down
1 change: 1 addition & 0 deletions libfprint/drivers/synaptics/synaptics.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ static const FpIdEntry id_table[] = {
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0123, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0126, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0129, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0168, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};

Expand Down

0 comments on commit 5ba7ff8

Please sign in to comment.