Age | Commit message (Expand) | Author | Files | Lines |
2019-08-25 | Input: kbtab - sanity check for endpoint type | Oliver Neukum | 1 | -2/+4 |
2019-07-31 | Input: gtco - bounds check collection indent level | Grant Hernandez | 1 | -3/+17 |
2019-03-14 | Input: wacom_serial4 - add support for Wacom ArtPad II tablet | Jason Gerecke | 1 | -0/+2 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-28 | Input: gtco - fix potential out-of-bound access | Dmitry Torokhov | 1 | -7/+10 |
2017-08-19 | Input: wacom_serial4 - constify serio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-08 | Input: kbtab - constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-08 | Input: acecad - constify usb_device_idi and fix space before '[' error | Arvind Yadav | 1 | -1/+1 |
2017-07-13 | Input: aiptek - constify attribute_group structures | Arvind Yadav | 1 | -1/+1 |
2017-03-16 | Input: kbtab - validate number of endpoints before using them | Johan Hovold | 1 | -0/+3 |
2017-03-16 | Input: hanwang - validate number of endpoints before using them | Johan Hovold | 1 | -0/+3 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-08-25 | Input: pegasus_notetaker - directly include workqueue header | Martin Kepplinger | 1 | -0/+1 |
2016-07-20 | Input: pegasus_notetaker - set device mode in reset_resume() if in use | Martin Kepplinger | 1 | -1/+13 |
2016-07-20 | Input: pegasus_notetaker - cancel workqueue's work in suspend() | Martin Kepplinger | 1 | -0/+1 |
2016-07-20 | Input: pegasus_notetaker - fix usb_autopm calls to be balanced | Martin Kepplinger | 1 | -14/+19 |
2016-07-20 | Input: pegasus_notetaker - handle usb control msg errors | Martin Kepplinger | 1 | -9/+20 |
2016-07-19 | Merge branch 'for-linus' into next | Dmitry Torokhov | 1 | -1/+9 |
2016-06-02 | Input: add Pegasus Notetaker tablet driver | Martin Kepplinger | 3 | -0/+437 |
2016-05-17 | Merge branch 'next' into for-linus | Dmitry Torokhov | 4 | -31/+33 |
2016-03-31 | Input: kbtab - stop saving struct usb_device | Oliver Neukum | 1 | -4/+4 |
2016-03-31 | Input: gtco - stop saving struct usb_device | Oliver Neukum | 1 | -12/+12 |
2016-03-31 | Input: aiptek - stop saving struct usb_device | Oliver Neukum | 1 | -9/+11 |
2016-03-31 | Input: acecad - stop saving struct usb_device | Oliver Neukum | 1 | -6/+6 |
2016-03-31 | Input: gtco - fix crash on detecting device without endpoints | Vladis Dronov | 1 | -1/+9 |
2015-12-02 | Input: aiptek - fix crash on detecting device without endpoints | Vladis Dronov | 1 | -0/+9 |
2015-01-27 | Input: gtco - use sign_extend32() for sign extension | Martin Kepplinger | 1 | -15/+5 |
2014-08-07 | Merge branch 'wacom' into next | Dmitry Torokhov | 6 | -4319/+0 |
2014-07-26 | Input: wacom - move the USB (now hid) Wacom driver in drivers/hid | Benjamin Tissoires | 6 | -4131/+0 |
2014-07-26 | Input: wacom - keep wacom_ids ordered | Benjamin Tissoires | 1 | -40/+39 |
2014-07-26 | Input: wacom - remove field pktlen declaration in the list of devices | Benjamin Tissoires | 2 | -269/+247 |
2014-07-26 | Input: wacom - use hidinput_calc_abs_res instead of duplicating its code | Benjamin Tissoires | 1 | -39/+9 |
2014-07-26 | Input: wacom - use in-kernel HID parser | Benjamin Tissoires | 2 | -238/+114 |
2014-07-26 | Input: wacom - use hid_info instead of plain dev_info | Benjamin Tissoires | 1 | -5/+3 |
2014-07-26 | Input: wacom - register power device at the HID level | Benjamin Tissoires | 1 | -2/+2 |
2014-07-26 | Input: wacom - remove usb dependency for siblings devices | Benjamin Tissoires | 1 | -39/+37 |
2014-07-26 | Input: wacom - register the input devices on top of the HID one | Benjamin Tissoires | 2 | -8/+8 |
2014-07-26 | Input: wacom - install LED/OLED sysfs files in the HID device instead of USB | Benjamin Tissoires | 1 | -11/+11 |
2014-07-26 | Input: wacom - compute the HID report size to get the actual packet size | Benjamin Tissoires | 1 | -32/+26 |
2014-07-26 | Input: wacom - use HID core to actually fetch the report descriptor | Benjamin Tissoires | 1 | -60/+10 |
2014-07-26 | Input: wacom - use hid communication instead of plain usb | Benjamin Tissoires | 1 | -45/+36 |
2014-07-26 | Input: wacom - switch from an USB driver to a HID driver | Benjamin Tissoires | 4 | -186/+126 |
2014-07-26 | Input: wacom - include and use linux/hid.h | Benjamin Tissoires | 1 | -31/+22 |
2014-07-26 | Input: wacom - split out the pad device for the wireless receiver | Benjamin Tissoires | 1 | -23/+23 |
2014-07-26 | Input: wacom - split out the pad device for Graphire G4 and MO | Benjamin Tissoires | 1 | -17/+27 |
2014-07-26 | Input: wacom - split out the pad device for DTUS | Benjamin Tissoires | 1 | -12/+6 |
2014-07-26 | Input: wacom - split out the pad device for Bamboos | Benjamin Tissoires | 1 | -16/+23 |
2014-07-26 | Input: wacom - split out the pad device for Intuos/Cintiq | Benjamin Tissoires | 1 | -86/+122 |
2014-07-26 | Input: wacom - create a separate input device for pads | Benjamin Tissoires | 4 | -9/+85 |