index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
tablet
Age
Commit message (
Expand
)
Author
2018-01-17
Input: inline macros for MODULE_LICENSE, etc
Julia Lawall
2018-01-16
Input: remove unneeded DRIVER_LICENSE #defines
Greg Kroah-Hartman
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-27
Input: gtco - fix potential out-of-bound access
Dmitry Torokhov
2017-08-18
Input: wacom_serial4 - constify serio_device_id
Arvind Yadav
2017-08-07
Input: kbtab - constify usb_device_id
Arvind Yadav
2017-08-07
Input: acecad - constify usb_device_idi and fix space before '[' error
Arvind Yadav
2017-07-12
Input: aiptek - constify attribute_group structures
Arvind Yadav
2017-03-16
Input: kbtab - validate number of endpoints before using them
Johan Hovold
2017-03-16
Input: hanwang - validate number of endpoints before using them
Johan Hovold
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-08-25
Input: pegasus_notetaker - directly include workqueue header
Martin Kepplinger
2016-07-19
Input: pegasus_notetaker - set device mode in reset_resume() if in use
Martin Kepplinger
2016-07-19
Input: pegasus_notetaker - cancel workqueue's work in suspend()
Martin Kepplinger
2016-07-19
Input: pegasus_notetaker - fix usb_autopm calls to be balanced
Martin Kepplinger
2016-07-19
Input: pegasus_notetaker - handle usb control msg errors
Martin Kepplinger
2016-07-19
Merge branch 'for-linus' into next
Dmitry Torokhov
2016-06-02
Input: add Pegasus Notetaker tablet driver
Martin Kepplinger
2016-05-16
Merge branch 'next' into for-linus
Dmitry Torokhov
2016-03-31
Input: kbtab - stop saving struct usb_device
Oliver Neukum
2016-03-31
Input: gtco - stop saving struct usb_device
Oliver Neukum
2016-03-31
Input: aiptek - stop saving struct usb_device
Oliver Neukum
2016-03-31
Input: acecad - stop saving struct usb_device
Oliver Neukum
2016-03-31
Input: gtco - fix crash on detecting device without endpoints
Vladis Dronov
2015-12-02
Input: aiptek - fix crash on detecting device without endpoints
Vladis Dronov
2015-01-26
Input: gtco - use sign_extend32() for sign extension
Martin Kepplinger
2014-08-06
Merge branch 'wacom' into next
Dmitry Torokhov
2014-07-25
Input: wacom - move the USB (now hid) Wacom driver in drivers/hid
Benjamin Tissoires
2014-07-25
Input: wacom - keep wacom_ids ordered
Benjamin Tissoires
2014-07-25
Input: wacom - remove field pktlen declaration in the list of devices
Benjamin Tissoires
2014-07-25
Input: wacom - use hidinput_calc_abs_res instead of duplicating its code
Benjamin Tissoires
2014-07-25
Input: wacom - use in-kernel HID parser
Benjamin Tissoires
2014-07-25
Input: wacom - use hid_info instead of plain dev_info
Benjamin Tissoires
2014-07-25
Input: wacom - register power device at the HID level
Benjamin Tissoires
2014-07-25
Input: wacom - remove usb dependency for siblings devices
Benjamin Tissoires
2014-07-25
Input: wacom - register the input devices on top of the HID one
Benjamin Tissoires
2014-07-25
Input: wacom - install LED/OLED sysfs files in the HID device instead of USB
Benjamin Tissoires
2014-07-25
Input: wacom - compute the HID report size to get the actual packet size
Benjamin Tissoires
2014-07-25
Input: wacom - use HID core to actually fetch the report descriptor
Benjamin Tissoires
2014-07-25
Input: wacom - use hid communication instead of plain usb
Benjamin Tissoires
2014-07-25
Input: wacom - switch from an USB driver to a HID driver
Benjamin Tissoires
2014-07-25
Input: wacom - include and use linux/hid.h
Benjamin Tissoires
2014-07-25
Input: wacom - split out the pad device for the wireless receiver
Benjamin Tissoires
2014-07-25
Input: wacom - split out the pad device for Graphire G4 and MO
Benjamin Tissoires
2014-07-25
Input: wacom - split out the pad device for DTUS
Benjamin Tissoires
2014-07-25
Input: wacom - split out the pad device for Bamboos
Benjamin Tissoires
2014-07-25
Input: wacom - split out the pad device for Intuos/Cintiq
Benjamin Tissoires
2014-07-25
Input: wacom - create a separate input device for pads
Benjamin Tissoires
2014-07-25
Input: wacom - assign phys field from struct wacom into input_dev
Benjamin Tissoires
[next]