aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/tablet
AgeCommit message (Expand)AuthorFilesLines
2016-07-19Input: pegasus_notetaker - set device mode in reset_resume() if in useGravatar Martin Kepplinger 1-1/+13
2016-07-19Input: pegasus_notetaker - cancel workqueue's work in suspend()Gravatar Martin Kepplinger 1-0/+1
2016-07-19Input: pegasus_notetaker - fix usb_autopm calls to be balancedGravatar Martin Kepplinger 1-14/+19
2016-07-19Input: pegasus_notetaker - handle usb control msg errorsGravatar Martin Kepplinger 1-9/+20
2016-07-19Merge branch 'for-linus' into nextGravatar Dmitry Torokhov 1-1/+9
2016-06-02Input: add Pegasus Notetaker tablet driverGravatar Martin Kepplinger 3-0/+437
2016-05-16Merge branch 'next' into for-linusGravatar Dmitry Torokhov 4-31/+33
2016-03-31Input: kbtab - stop saving struct usb_deviceGravatar Oliver Neukum 1-4/+4
2016-03-31Input: gtco - stop saving struct usb_deviceGravatar Oliver Neukum 1-12/+12
2016-03-31Input: aiptek - stop saving struct usb_deviceGravatar Oliver Neukum 1-9/+11
2016-03-31Input: acecad - stop saving struct usb_deviceGravatar Oliver Neukum 1-6/+6
2016-03-31Input: gtco - fix crash on detecting device without endpointsGravatar Vladis Dronov 1-1/+9
2015-12-02Input: aiptek - fix crash on detecting device without endpointsGravatar Vladis Dronov 1-0/+9
2015-01-26Input: gtco - use sign_extend32() for sign extensionGravatar Martin Kepplinger 1-15/+5
2014-08-06Merge branch 'wacom' into nextGravatar Dmitry Torokhov 6-4319/+0
2014-07-25Input: wacom - move the USB (now hid) Wacom driver in drivers/hidGravatar Benjamin Tissoires 6-4131/+0
2014-07-25Input: wacom - keep wacom_ids orderedGravatar Benjamin Tissoires 1-40/+39
2014-07-25Input: wacom - remove field pktlen declaration in the list of devicesGravatar Benjamin Tissoires 2-269/+247
2014-07-25Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeGravatar Benjamin Tissoires 1-39/+9
2014-07-25Input: wacom - use in-kernel HID parserGravatar Benjamin Tissoires 2-238/+114
2014-07-25Input: wacom - use hid_info instead of plain dev_infoGravatar Benjamin Tissoires 1-5/+3
2014-07-25Input: wacom - register power device at the HID levelGravatar Benjamin Tissoires 1-2/+2
2014-07-25Input: wacom - remove usb dependency for siblings devicesGravatar Benjamin Tissoires 1-39/+37
2014-07-25Input: wacom - register the input devices on top of the HID oneGravatar Benjamin Tissoires 2-8/+8
2014-07-25Input: wacom - install LED/OLED sysfs files in the HID device instead of USBGravatar Benjamin Tissoires 1-11/+11
2014-07-25Input: wacom - compute the HID report size to get the actual packet sizeGravatar Benjamin Tissoires 1-32/+26
2014-07-25Input: wacom - use HID core to actually fetch the report descriptorGravatar Benjamin Tissoires 1-60/+10
2014-07-25Input: wacom - use hid communication instead of plain usbGravatar Benjamin Tissoires 1-45/+36
2014-07-25Input: wacom - switch from an USB driver to a HID driverGravatar Benjamin Tissoires 4-186/+126
2014-07-25Input: wacom - include and use linux/hid.hGravatar Benjamin Tissoires 1-31/+22
2014-07-25Input: wacom - split out the pad device for the wireless receiverGravatar Benjamin Tissoires 1-23/+23
2014-07-25Input: wacom - split out the pad device for Graphire G4 and MOGravatar Benjamin Tissoires 1-17/+27
2014-07-25Input: wacom - split out the pad device for DTUSGravatar Benjamin Tissoires 1-12/+6
2014-07-25Input: wacom - split out the pad device for BamboosGravatar Benjamin Tissoires 1-16/+23
2014-07-25Input: wacom - split out the pad device for Intuos/CintiqGravatar Benjamin Tissoires 1-86/+122
2014-07-25Input: wacom - create a separate input device for padsGravatar Benjamin Tissoires 4-9/+85
2014-07-25Input: wacom - assign phys field from struct wacom into input_devGravatar Benjamin Tissoires 1-0/+1
2014-07-25Input: Revert "wacom - testing result shows get_report is unnecessary."Gravatar Benjamin Tissoires 1-0/+3
2014-07-25Input: wacom_serial4 - prepare for wacom USB moving to HIDGravatar Dmitry Torokhov 1-1/+5
2014-07-20Input: add support for Wacom protocol 4 serial tabletsGravatar Hans de Goede 3-0/+627
2014-05-29Input: wacom - process outbound for newer CintiqsGravatar Ping Cheng 2-22/+24
2014-05-29Input: wacom - set stylus_in_proximity when pen is in rangeGravatar Ping Cheng 1-0/+2
2014-05-14Input: wacom - add support for three new ISDv4 sensorsGravatar Jason Gerecke 3-1/+41
2014-05-14Input: wacom - use unaligned access where necessaryGravatar Jason Gerecke 1-9/+9
2014-05-14Merge tag 'v3.15-rc5' into nextGravatar Dmitry Torokhov 2-147/+128
2014-05-14Input: wacom - add support for 0x116 sensor on Win8 Panasonic CF-H2Gravatar Jason Gerecke 2-0/+9
2014-04-19Input: wacom - handle 1024 pressure levels in wacom_tpc_penGravatar Jason Gerecke 1-1/+1
2014-04-19Input: wacom - references to 'wacom->data' should use 'unsigned char*'Gravatar Jason Gerecke 1-18/+9
2014-04-19Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSUREGravatar Jason Gerecke 1-0/+9
2014-04-19Input: wacom - use full 32-bit HID Usage value in switch statementGravatar Jason Gerecke 1-128/+109