summaryrefslogtreecommitdiff
path: root/drivers/input/tablet
AgeCommit message (Expand)Author
2017-08-18Input: wacom_serial4 - constify serio_device_idArvind Yadav
2017-08-07Input: kbtab - constify usb_device_idArvind Yadav
2017-08-07Input: acecad - constify usb_device_idi and fix space before '[' errorArvind Yadav
2017-07-12Input: aiptek - constify attribute_group structuresArvind Yadav
2017-03-16Input: kbtab - validate number of endpoints before using themJohan Hovold
2017-03-16Input: hanwang - validate number of endpoints before using themJohan Hovold
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-25Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger
2016-07-19Input: pegasus_notetaker - set device mode in reset_resume() if in useMartin Kepplinger
2016-07-19Input: pegasus_notetaker - cancel workqueue's work in suspend()Martin Kepplinger
2016-07-19Input: pegasus_notetaker - fix usb_autopm calls to be balancedMartin Kepplinger
2016-07-19Input: pegasus_notetaker - handle usb control msg errorsMartin Kepplinger
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov
2016-06-02Input: add Pegasus Notetaker tablet driverMartin Kepplinger
2016-05-16Merge branch 'next' into for-linusDmitry Torokhov
2016-03-31Input: kbtab - stop saving struct usb_deviceOliver Neukum
2016-03-31Input: gtco - stop saving struct usb_deviceOliver Neukum
2016-03-31Input: aiptek - stop saving struct usb_deviceOliver Neukum
2016-03-31Input: acecad - stop saving struct usb_deviceOliver Neukum
2016-03-31Input: gtco - fix crash on detecting device without endpointsVladis Dronov
2015-12-02Input: aiptek - fix crash on detecting device without endpointsVladis Dronov
2015-01-26Input: gtco - use sign_extend32() for sign extensionMartin Kepplinger
2014-08-06Merge branch 'wacom' into nextDmitry Torokhov
2014-07-25Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires
2014-07-25Input: wacom - keep wacom_ids orderedBenjamin Tissoires
2014-07-25Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires
2014-07-25Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires
2014-07-25Input: wacom - use in-kernel HID parserBenjamin Tissoires
2014-07-25Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires
2014-07-25Input: wacom - register power device at the HID levelBenjamin Tissoires
2014-07-25Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires
2014-07-25Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires
2014-07-25Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires
2014-07-25Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires
2014-07-25Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires
2014-07-25Input: wacom - use hid communication instead of plain usbBenjamin Tissoires
2014-07-25Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires
2014-07-25Input: wacom - include and use linux/hid.hBenjamin Tissoires
2014-07-25Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires
2014-07-25Input: wacom - split out the pad device for Graphire G4 and MOBenjamin Tissoires
2014-07-25Input: wacom - split out the pad device for DTUSBenjamin Tissoires
2014-07-25Input: wacom - split out the pad device for BamboosBenjamin Tissoires
2014-07-25Input: wacom - split out the pad device for Intuos/CintiqBenjamin Tissoires
2014-07-25Input: wacom - create a separate input device for padsBenjamin Tissoires
2014-07-25Input: wacom - assign phys field from struct wacom into input_devBenjamin Tissoires
2014-07-25Input: Revert "wacom - testing result shows get_report is unnecessary."Benjamin Tissoires
2014-07-25Input: wacom_serial4 - prepare for wacom USB moving to HIDDmitry Torokhov
2014-07-20Input: add support for Wacom protocol 4 serial tabletsHans de Goede
2014-05-29Input: wacom - process outbound for newer CintiqsPing Cheng
2014-05-29Input: wacom - set stylus_in_proximity when pen is in rangePing Cheng