Commit 16b79bb8ec4f20527525f8c063ae3e4d77388e97
1 parent
645832cce2
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
HID: multitouch: MT interface matching for Baanto
Baanto device entry needs to be altered in the same way other device entries have been changed in 2c2110e90b5 ("HID: hid-multitouch: Only match MT interfaces"). Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/hid/hid-multitouch.c
... | ... | @@ -762,7 +762,7 @@ |
762 | 762 | |
763 | 763 | /* Baanto multitouch devices */ |
764 | 764 | { .driver_data = MT_CLS_DEFAULT, |
765 | - HID_USB_DEVICE(USB_VENDOR_ID_BAANTO, | |
765 | + MT_USB_DEVICE(USB_VENDOR_ID_BAANTO, | |
766 | 766 | USB_DEVICE_ID_BAANTO_MT_190W2) }, |
767 | 767 | /* Cando panels */ |
768 | 768 | { .driver_data = MT_CLS_DUAL_INRANGE_CONTACTNUMBER, |