aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Merge branches 'for-3.19/upstream-fixes', 'for-3.20/apple', 'for-3.20/betop',...Gravatar Jiri Kosina 18-228/+637
2015-01-29HID: wacom: add support for Cintiq 27QHD and 27QHD touchGravatar Ping Cheng 3-15/+82
2015-01-29HID: wacom: consolidate input capability settings for pen and touchGravatar Ping Cheng 1-57/+10
2015-01-29HID: wacom: make sure touch arbitration is applied consistentlyGravatar Ping Cheng 1-2/+4
2015-01-26HID: pidff: Fix initialisation forMicrosoft Sidewinder FF Pro 2Gravatar Jim Keir 1-0/+6
2015-01-26HID: hyperv: match wait_for_completion_timeout return typeGravatar Nicholas Mc Guire 1-1/+1
2015-01-23HID: wacom: Report ABS_MISC event for Cintiq Companion HybridGravatar Jason Gerecke 1-0/+6
2015-01-21HID: Use Kbuild idiom in MakefilesGravatar Michal Marek 2-47/+14
2015-01-20HID: do not bind to Microchip Pick16F1454Gravatar Kristian Evensen 2-0/+2
2015-01-19HID: hid-lg4ff: use DEVICE_ATTR_RW macroGravatar Vivien Didelot 1-7/+5
2015-01-19HID: hid-lg4ff: fix sysfs attribute permissionGravatar Vivien Didelot 1-1/+2
2015-01-12HID: wacom: peport In Range event according to the specGravatar Ping Cheng 2-7/+9
2015-01-12HID: wacom: process invalid Cintiq and Intuos data in wacom_intuos_inout()Gravatar Ping Cheng 1-24/+26
2015-01-12HID: rmi: Add support for the touchpad in the Razer Blade 14 laptopGravatar Andrew Duggan 3-0/+6
2015-01-12HID: rmi: Support touchpads with external buttonsGravatar Andrew Duggan 1-1/+19
2015-01-12HID: rmi: Use hid_report_len to compute the size of reportsGravatar Andrew Duggan 1-3/+2
2015-01-09HID: roccat: potential out of bounds in pyra_sysfs_write_settings()Gravatar Dan Carpenter 1-2/+6
2015-01-09HID: logitech-hidpp: store the name of the device in struct hidppGravatar Benjamin Tissoires 1-11/+20
2015-01-07HID: microsoft: add support for Japanese Surface Type Cover 3Gravatar Alan Wu 4-1/+7
2015-01-06HID: fixup the conflicting keyboard mappings quirkGravatar Jiri Kosina 1-0/+1
2015-01-06HID: apple: fix battery support for the 2009 ANSI wireless keyboardGravatar Ross Skaliotis 1-3/+6
2015-01-06HID: fix Kconfig textGravatar Geert Uytterhoeven 1-1/+1
2015-01-06HID: input: fix confusion on conflicting mappingsGravatar David Herrmann 1-0/+16
2015-01-06HID: wacom: add support of the Pen of the Bamboo PadGravatar Benjamin Tissoires 1-0/+1
2015-01-06HID: wacom: use WACOM_*_FIELD macros in wacom_usage_mapping()Gravatar Benjamin Tissoires 3-12/+10
2014-12-29HID: Add a new id 0x501a for Genius MousePen i608XGravatar Giedrius Statkevičius 4-0/+7
2014-12-22HID: betop: add drivers/hid/hid-betopff.cGravatar Jiri Kosina 1-0/+160
2014-12-22HID: add BETOP game controller force feedback supportGravatar Huang Bo 4-0/+20
2014-12-22HID: rmi: Support non rmi devices by passing events to hid-inputGravatar Andrew Duggan 1-17/+76
2014-12-19HID: logitech-hidpp: prefix the name with "Logitech"Gravatar Benjamin Tissoires 1-0/+34
2014-12-19HID: logitech-hidpp: avoid unintended fall-throughGravatar Peter Wu 1-0/+1
2014-12-19HID: logitech-hidpp: detect HID++ 2.0 errors tooGravatar Peter Wu 1-3/+14
2014-12-17HID: Allow HID_BATTERY_STRENGTH to be enabledGravatar Daniel Nicoletti 1-1/+2
2014-12-17HID: logitech-hidpp: prefix the name with "Logitech"Gravatar Benjamin Tissoires 1-0/+34
2014-12-17HID: i2c-hid: Do not free buffers in i2c_hid_stop()Gravatar Mika Westerberg 1-5/+0
2014-12-17HID: rmi: Scan the report descriptor to determine if the device is suitable f...Gravatar Andrew Duggan 1-5/+17
2014-12-17HID: logitech-hidpp: bail out if wtp_connect failsGravatar Benjamin Tissoires 1-6/+9
2014-12-17HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboardGravatar Karl Relton 1-0/+3
2014-12-17HID: lenovo: Use native middle-button mode for compact keyboardsGravatar Jamie Lentin 1-0/+37
2014-12-17HID: lenovo: Add sensitivity control to compact keyboardsGravatar Jamie Lentin 1-1/+41
2014-12-17HID: logitech-hidpp: separate HID++ from WTP processingGravatar Peter Wu 1-6/+12
2014-12-17HID: logitech-hidpp: check WTP report lengthGravatar Peter Wu 1-0/+6
2014-12-17HID: logitech-dj: check report lengthGravatar Peter Wu 1-1/+15
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 24-430/+2099
2014-12-12Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Gravatar Jiri Kosina 21-391/+2047
2014-12-12HID: rmi: The address of query8 must be calculated based on which query regis...Gravatar Andrew Duggan 1-12/+12
2014-12-12HID: rmi: Check for additional ACM registers appended to F11 data reportGravatar Andrew Duggan 1-9/+52
2014-12-12Merge branches 'for-3.18/upstream-fixes' and 'for-3.19/upstream' into for-linusGravatar Jiri Kosina 11-39/+50
2014-12-12HID: i2c-hid: prevent buffer overflow in early IRQGravatar Gwendal Grignou 1-1/+1
2014-12-11HID: logitech-hidpp: disable io in probe error pathGravatar Peter Wu 1-1/+3