aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-ntrig.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-06-25HID: hid-ntrig: add error handling for sysfs_create_groupGravatar Zhouyang Jia 1-0/+2
2018-03-06HID: hid-ntrig: use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-6/+6
2017-08-03HID: ntrig: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2015-12-28HID: use to_hid_device()Gravatar Geliang Tang 1-16/+16
2015-11-05HID: hid-input: allow input_configured callback return errorsGravatar Dmitry Torokhov 1-2/+4
2013-09-04HID: ntrig: validate feature report detailsGravatar Kees Cook 1-1/+2
2013-07-23HID: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-6/+6
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidGravatar Benjamin Tissoires 1-2/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidGravatar Benjamin Tissoires 1-3/+3
2013-02-21Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'fo...Gravatar Jiri Kosina 1-46/+35
2013-02-18HID: ntrig: use input_configured() callback to set the nameGravatar Benjamin Tissoires 1-34/+34
2013-01-03HID: Use module_hid_driver macroGravatar H Hartley Sweeten 1-12/+1
2012-09-25HID: ntrig: change default value of logical/physical width/height to 1Gravatar Wen-chien Jesse Sung 1-4/+4
2011-03-14HID: hid-ntrig: init settle and mode checkGravatar Rafi Rubin 1-2/+43
2011-03-14HID: ntrig remove if and drop an indentGravatar Rafi Rubin 1-229/+227
2011-03-10HID: ntrig: apply NO_INIT_REPORTS quirkGravatar Rafi Rubin 1-1/+2
2011-03-08HID: ntrig don't dereference unclaimed hidinputGravatar Rafi Rubin 1-1/+14
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsGravatar Joe Perches 1-5/+4
2010-09-08HID: ntrig: identify firmware versionGravatar Rafi Rubin 1-0/+51
2010-08-30HID: ntrig: a bit of whitespace cleanupGravatar Rafi Rubin 1-9/+9
2010-06-21HID: ntrig: add support for new firwmare versionsGravatar micki 1-0/+36
2010-05-11HID: ntrig: add filtering module parametersGravatar Rafi Rubin 1-0/+21
2010-05-11HID: ntrig: add sysfs access to filter parametersGravatar Rafi Rubin 1-0/+285
2010-05-11HID: ntrig: add sensitivity and responsiveness supportGravatar Rafi Rubin 1-9/+211
2010-05-03HID: ntrig: Remove unused macro, TripleTap and QuadTapGravatar Rafi Rubin 1-30/+2
2010-05-03HID: ntrig: TipSwitch for single touch mode touch.Gravatar Rafi Rubin 1-8/+21
2010-04-13HID: ntrig: Emit TOUCH with DOUBLETAP for single touchGravatar Rafi Rubin 1-0/+2
2010-04-07HID: ntrig: explain firmware quirkGravatar Jiri Kosina 1-1/+2
2010-04-06HID: fix N-trig touch panel with recent firmwareGravatar Stephane Chatty 1-2/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-10HID: ntrig: fix touch eventsGravatar Rafi Rubin 1-0/+11
2010-02-16HID: hid-ntrig: Single touch mode tapGravatar Rafi Rubin 1-0/+2
2010-02-16HID: hid-ntrig: multitouch cleanup and fixGravatar Rafi Rubin 1-22/+94
2010-02-16HID: n-trig: remove unnecessary tool switchingGravatar Rafi Rubin 1-40/+1
2010-02-16HID: hid-ntrig add multi input quirk and clean upGravatar Rafi Rubin 1-11/+58
2009-07-23HID: adding __init/__exit macros to module init/exit functionsGravatar Peter Huewe 1-2/+2
2009-07-23HID: ntrig tool separation and pen usagesGravatar Rafi Rubin 1-4/+29
2009-05-20HID: Multitouch support for the N-Trig touchscreenGravatar Stephane Chatty 1-11/+211
2009-03-30HID: remove compat stuffGravatar Jiri Slaby 1-2/+0
2009-01-04HID: add n-trig digitizer supportGravatar Rafi Rubin 1-0/+82