summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-08-01 16:44:24 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-09-03 14:14:33 -0700
commit06042959ffe47e50156c7711d00702b036bd26a8 (patch)
tree0e45ec97e4bc543e4fe2ec898783da88f807c4b5 /drivers
parenta4230cec00df5c39bc51cf05ea3da60b4ef719b3 (diff)
hid-ntrig: identify as a touch panel (ABSOLUTE positioning)
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hid/hid-ntrig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ntrig.c b/drivers/hid/hid-ntrig.c
index 9fae2ebdd758..51cdf2a8189a 100644
--- a/drivers/hid/hid-ntrig.c
+++ b/drivers/hid/hid-ntrig.c
@@ -907,6 +907,7 @@ static int ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id)
continue;
input = hidinput->input;
+ __set_bit(INPUT_PROP_DIRECT, input->propbit);
switch (hidinput->report->field[0]->application) {
case HID_DG_PEN:
input->name = "N-Trig Pen";