Loading drivers/hid/hid-ntrig.c +227 −229 Original line number Diff line number Diff line Loading @@ -557,7 +557,6 @@ static int ntrig_event (struct hid_device *hid, struct hid_field *field, if (field->application == HID_DG_PEN) return 0; if (hid->claimed & HID_CLAIMED_INPUT) { switch (usage->hid) { case 0xff000001: /* Tag indicating the start of a multitouch group */ Loading Loading @@ -819,7 +818,6 @@ static int ntrig_event (struct hid_device *hid, struct hid_field *field, /* fall-back to the generic hidinput handling */ return 0; } } not_claimed_input: Loading Loading
drivers/hid/hid-ntrig.c +227 −229 Original line number Diff line number Diff line Loading @@ -557,7 +557,6 @@ static int ntrig_event (struct hid_device *hid, struct hid_field *field, if (field->application == HID_DG_PEN) return 0; if (hid->claimed & HID_CLAIMED_INPUT) { switch (usage->hid) { case 0xff000001: /* Tag indicating the start of a multitouch group */ Loading Loading @@ -819,7 +818,6 @@ static int ntrig_event (struct hid_device *hid, struct hid_field *field, /* fall-back to the generic hidinput handling */ return 0; } } not_claimed_input: Loading