Skip to content

Commit

Permalink
HID: multitouch: fix entry for Novatek Touchscreen
Browse files Browse the repository at this point in the history
Since Henrik's autoloading changes, the proper macro for device
entry is MT_USB_DEVICE().

Reported-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Jun 6, 2012
1 parent 4db703e commit 4380d81
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 @@ -953,7 +953,7 @@ static const struct hid_device_id mt_devices[] = {

/* Novatek Panel */
{ .driver_data = MT_CLS_DEFAULT,
HID_USB_DEVICE(USB_VENDOR_ID_NOVATEK,
MT_USB_DEVICE(USB_VENDOR_ID_NOVATEK,
USB_DEVICE_ID_NOVATEK_PCT) },

/* PenMount panels */
Expand Down

0 comments on commit 4380d81

Please sign in to comment.