Skip to content

Commit 00d6f22

Browse files
bentissJiri Kosina
authored andcommitted
HID: wacom: re-add accidentally dropped Lenovo PID
Dropped in the following commit: commit a3e6f65 ("Input: wacom - keep wacom_ids ordered") Reported-by: Hans Spath <[email protected]> CC: [email protected] # v3.17+ Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 9c5c6ed commit 00d6f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/wacom_wac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3026,6 +3026,7 @@ const struct hid_device_id wacom_ids[] = {
30263026
{ USB_DEVICE_WACOM(0x4004) },
30273027
{ USB_DEVICE_WACOM(0x5000) },
30283028
{ USB_DEVICE_WACOM(0x5002) },
3029+
{ USB_DEVICE_LENOVO(0x6004) },
30293030

30303031
{ USB_DEVICE_WACOM(HID_ANY_ID) },
30313032
{ }

0 commit comments

Comments
 (0)