summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet
AgeCommit message (Expand)AuthorLines
2019-03-09Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke-0/+2
2018-07-27Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai-1/+1
2018-03-17Input: pegasus_notetaker - do not rely on input_dev->usersMarcus Folkesson-2/+5
2018-03-17Input: pagasus_notetaker - fix deadlock in autosuspendMarcus Folkesson-6/+19
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall-34/+9
2018-01-16Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman-6/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27Input: gtco - fix potential out-of-bound accessDmitry Torokhov-7/+10
2017-08-18Input: wacom_serial4 - constify serio_device_idArvind Yadav-1/+1
2017-08-07Input: kbtab - constify usb_device_idArvind Yadav-1/+1
2017-08-07Input: acecad - constify usb_device_idi and fix space before '[' errorArvind Yadav-1/+1
2017-07-12Input: aiptek - constify attribute_group structuresArvind Yadav-1/+1
2017-03-16Input: kbtab - validate number of endpoints before using themJohan Hovold-0/+3
2017-03-16Input: hanwang - validate number of endpoints before using themJohan Hovold-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-08-25Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger-0/+1
2016-07-19Input: pegasus_notetaker - set device mode in reset_resume() if in useMartin Kepplinger-1/+13
2016-07-19Input: pegasus_notetaker - cancel workqueue's work in suspend()Martin Kepplinger-0/+1
2016-07-19Input: pegasus_notetaker - fix usb_autopm calls to be balancedMartin Kepplinger-14/+19
2016-07-19Input: pegasus_notetaker - handle usb control msg errorsMartin Kepplinger-9/+20
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov-1/+9
2016-06-02Input: add Pegasus Notetaker tablet driverMartin Kepplinger-0/+437
2016-05-16Merge branch 'next' into for-linusDmitry Torokhov-31/+33
2016-03-31Input: kbtab - stop saving struct usb_deviceOliver Neukum-4/+4
2016-03-31Input: gtco - stop saving struct usb_deviceOliver Neukum-12/+12
2016-03-31Input: aiptek - stop saving struct usb_deviceOliver Neukum-9/+11
2016-03-31Input: acecad - stop saving struct usb_deviceOliver Neukum-6/+6
2016-03-31Input: gtco - fix crash on detecting device without endpointsVladis Dronov-1/+9
2015-12-02Input: aiptek - fix crash on detecting device without endpointsVladis Dronov-0/+9
2015-01-26Input: gtco - use sign_extend32() for sign extensionMartin Kepplinger-15/+5
2014-08-06Merge branch 'wacom' into nextDmitry Torokhov-4319/+0
2014-07-25Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires-4131/+0
2014-07-25Input: wacom - keep wacom_ids orderedBenjamin Tissoires-40/+39
2014-07-25Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires-269/+247
2014-07-25Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires-39/+9
2014-07-25Input: wacom - use in-kernel HID parserBenjamin Tissoires-238/+114
2014-07-25Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires-5/+3
2014-07-25Input: wacom - register power device at the HID levelBenjamin Tissoires-2/+2
2014-07-25Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires-39/+37
2014-07-25Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires-8/+8
2014-07-25Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires-11/+11
2014-07-25Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires-32/+26
2014-07-25Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires-60/+10
2014-07-25Input: wacom - use hid communication instead of plain usbBenjamin Tissoires-45/+36
2014-07-25Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires-186/+126
2014-07-25Input: wacom - include and use linux/hid.hBenjamin Tissoires-31/+22
2014-07-25Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires-23/+23
2014-07-25Input: wacom - split out the pad device for Graphire G4 and MOBenjamin Tissoires-17/+27
2014-07-25Input: wacom - split out the pad device for DTUSBenjamin Tissoires-12/+6