Skip to content

Commit

Permalink
HID: multitouch: MT interface matching for Baanto
Browse files Browse the repository at this point in the history
Baanto device entry needs to be altered in the same way other device
entries have been changed in 2c2110e ("HID: hid-multitouch: Only match
MT interfaces").

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed May 5, 2012
1 parent 645832c commit 16b79bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-multitouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ static const struct hid_device_id mt_devices[] = {

/* Baanto multitouch devices */
{ .driver_data = MT_CLS_DEFAULT,
HID_USB_DEVICE(USB_VENDOR_ID_BAANTO,
MT_USB_DEVICE(USB_VENDOR_ID_BAANTO,
USB_DEVICE_ID_BAANTO_MT_190W2) },
/* Cando panels */
{ .driver_data = MT_CLS_DUAL_INRANGE_CONTACTNUMBER,
Expand Down

0 comments on commit 16b79bb

Please sign in to comment.