Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a59f975a78f0606a3a364939dfa9b949d5f87521
/
drivers
/
input
/
tablet
2c01e7b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
65e78a20
USB: input: wacom_sys.c: fix up dev_* messages
by Greg Kroah-Hartman
· 13 years ago
ed2b2f2
USB: input: kbtab.c: fix up dev_* messages
by Greg Kroah-Hartman
· 13 years ago
27c2597
USB: input: gtco.c: fix up dev_* messages
by Greg Kroah-Hartman
· 13 years ago
871ba51
USB: input: aiptek.c: fix up dev_* messages
by Greg Kroah-Hartman
· 13 years ago
334698d
USB: input: acecad.c: fix up dev_* messages
by Greg Kroah-Hartman
· 13 years ago
eb71d1b
Input: wacom - use dev_xxx() instead of naked printk()s and dbg()s
by Dmitry Torokhov
· 13 years ago
a882c93
Input: wacom - return proper error if usb_get_extra_descriptor() fails
by Dmitry Torokhov
· 13 years ago
0c9e300
Input: wacom - fix sparse warning
by Dmitry Torokhov
· 13 years ago
6d0f7dc
USB: kbtab.c: remove dbg() usage
by Greg Kroah-Hartman
· 13 years ago
c6f880a
USB: gtco.c: remove dbg() usage
by Greg Kroah-Hartman
· 13 years ago
8fb6321
USB: aiptek.c: remove dbg() usage
by Greg Kroah-Hartman
· 13 years ago
eeba1ae
USB: acecad.c: remove dbg() usage
by Greg Kroah-Hartman
· 13 years ago
3b6aee2
USB: wacom: remove dbg() usage
by Greg Kroah-Hartman
· 13 years ago
1b5ca92
USB: input: wacom_sys.c: fix up dev_err() usage
by Greg Kroah-Hartman
· 13 years ago
3415b57
USB: input: kbtab.c: fix up dev_err() usage
by Greg Kroah-Hartman
· 13 years ago
88d5ab3
USB: input: gtco.c: fix up dev_err() usage
by Greg Kroah-Hartman
· 13 years ago
383c52f
USB: input: aiptek.c: fix up dev_err() usage
by Greg Kroah-Hartman
· 13 years ago
b30662c
USB: input: acecad.c: fix up dev_err() usage
by Greg Kroah-Hartman
· 13 years ago
1963518
Input: wacom - add 0xE5 (MT device) support
by Ping Cheng
· 13 years ago
f393ee2
Input: wacom - retrieve maximum number of touch points
by Ping Cheng
· 13 years ago
b3169fe
USB: wacom_sys.c: remove err() usage
by Greg Kroah-Hartman
· 13 years ago
202712c
USB: kbtab.c: remove err() usage
by Greg Kroah-Hartman
· 13 years ago
3bd9597
USB: gtco.c: remove err() usage
by Greg Kroah-Hartman
· 13 years ago
1f80bb9
USB: aiptek.c: remove err() usage
by Greg Kroah-Hartman
· 13 years ago
b59c82b
USB: acecad.c: remove err() usage
by Greg Kroah-Hartman
· 13 years ago
482d74c
Input: aiptek - adjust error-handling code label
by Julia Lawall
· 13 years ago
57b8628
Merge commit 'v3.4-rc4' into next
by Dmitry Torokhov
· 13 years ago
ae584ca
Input: wacom - add Intuos5 multitouch sensor support
by Jason Gerecke
· 13 years ago
9b5b95d
Input: wacom - add Intuos5 Touch Ring LED support
by Jason Gerecke
· 13 years ago
f860e58
Input: wacom - add Intuos5 Touch Ring/ExpressKey support
by Jason Gerecke
· 13 years ago
9fee619
Input: wacom - add basic Intuos5 support
by Jason Gerecke
· 13 years ago
f182394
Input: wacom - check for allocation failure in probe()
by Dan Carpenter
· 13 years ago
9938082
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 13 years ago
a1d552c
Input: wacom - wireless battery status
by Chris Bagwell
· 13 years ago
16bf288
Input: wacom - create inputs when wireless connect
by Chris Bagwell
· 13 years ago
d3825d5
Input: wacom - wireless monitor framework
by Chris Bagwell
· 13 years ago
3aac0ef
Input: wacom - isolate input registration
by Chris Bagwell
· 13 years ago
10ce3cc
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 13 years ago
24e3e5a
Input: wacom - fix physical size calculation for 3rd-gen Bamboo
by Jason Gerecke
· 13 years ago
b675b36
Merge commit 'v3.3-rc6' into next
by Dmitry Torokhov
· 13 years ago
19d57d3
Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use
by Jason Gerecke
· 13 years ago
68513a4
Input: wacom - add missing LEDS_CLASS to Kconfig
by Chris Bagwell
· 13 years ago
31175a8
Input: wacom - use switch statement for wacom_tpc_irq()
by Ping Cheng
· 13 years ago
8b4a0c1
Input: wacom - use BTN_TOOL_FINGER to indicate touch device type
by Ping Cheng
· 13 years ago
dbe950f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
da73356
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
246835f
Input: wacom - add LED support for Cintiq 24HD
by Jason Gerecke
· 13 years ago
803296b
Input: wacom - add support for Cintiq 24HD
by Jason Gerecke
· 13 years ago
0d0e306
Input: wacom - add product id used by Samsung Slate 7
by Chris Bagwell
· 13 years ago
0d2cd91
Merge commit 'v3.2-rc3' into next
by Dmitry Torokhov
· 13 years ago
08642e7
USB: convert drivers/input/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
76496e7
Input: convert obsolete strict_strtox to kstrtox
by JJ Ding
· 13 years ago
5a6c865
Input: wacom - ignore unwanted bamboo packets
by Chris Bagwell
· 13 years ago
73149ab
Input: wacom - 3rd gen Bamboo P&Touch packet support
by Chris Bagwell
· 13 years ago
4134361
Input: wacom - read 3rd gen Bamboo Touch HID data
by Chris Bagwell
· 13 years ago
c598141
Input: wacom - relax Bamboo stylus ID check
by Chris Bagwell
· 13 years ago
428f858
Input: wacom - add some comments to wacom_parse_hid
by Chris Bagwell
· 13 years ago
fc72bf7
Input: wacom - remove unused bamboo HID parsing
by Chris Bagwell
· 13 years ago
6e8ec53
Input: wacom - cleanup feature report for bamboos
by Chris Bagwell
· 13 years ago
6ad390a
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 13 years ago
ae92756
Input: wacom - correct max Y value on medium bamboos
by Chris Bagwell
· 13 years ago
c18c2ce
Input: wacom - add ABS_DISTANCE to Bamboo Pen reports
by Chris Bagwell
· 13 years ago
3d11ae8
Input: wacom - remove unneeded touch pressure initialization
by Chris Bagwell
· 13 years ago
04c59ab
Input: wacom - make LED status readable through sysfs
by Ping Cheng
· 13 years ago
09e7d94
Input: wacom - add LED support for Cintiq 21ux2
by Ping Cheng
· 13 years ago
77e8251
Input: wacom - don't expose LED inactive option
by Ping Cheng
· 13 years ago
f4fa9a6
Input: wacom - lower the LED luminance
by Ping Cheng
· 13 years ago
d6069da
Input: wacom - revert "Cintiq 21UX2 does not have menu strips"
by Jason Gerecke
· 13 years ago
8f90686
Input: wacom - fix touch parsing on newer Bamboos
by Chris Bagwell
· 13 years ago
3512069
Input: wacom - add POINTER and DIRECT device properties
by Jason Gerecke
· 13 years ago
5d7e7d4
Input: wacom - add Intuos4 LED and OLED control
by Eduard Hasenleithner
· 13 years ago
1fab84a
Input: wacom - advertise BTN_TOOL_PEN and BTN_STYLUS for PenPartner
by Jason Gerecke
· 13 years ago
cfb7d55
Input: wacom - remove pressure for touch devices
by Ping Cheng
· 13 years ago
3b48c91
Input: wacom - report id 3 returns 4 bytes of data
by Ping Cheng
· 13 years ago
a417ea4
Input: wacom - add WAC_MSG_RETRIES define
by Ping Cheng
· 13 years ago
18adad1
Input: wacom - add support for the Wacom Bamboo Pen (CTL-660/K)
by Gerard Braad
· 13 years ago
eadba0c
Input: aiptek - remove double define
by Edwin van Vliet
· 13 years ago
8446001
Input: wacom - cleanup a return value for the old Bamboo
by Ping Cheng
· 13 years ago
0bd10ef
Input: wacom - update Graphire4 and old Bamboo tablet buttons
by Ping Cheng
· 13 years ago
998c454
Input: wacom - add serial number for Graphire4 and old Bamboo
by Ping Cheng
· 13 years ago
358ea22
Input: wacom - remove BTN_TOOL_FINGER for pad
by Ping Cheng
· 13 years ago
11d0cf8
Input: wacom - add 3 new models - 6A, 6B, and 97
by Ping Cheng
· 13 years ago
a001a8f
Input: wacom - Wacom Bamboo Pen D4 has 1024 pressure levels
by Ping Cheng
· 13 years ago
1483f55
Input: wacom - use only one interface with DTU-2231
by Aristeu Rozanski
· 13 years ago
71c86ce
Input: wacom - Cintiq 21UX2 does not have menu strips
by Ping Cheng
· 13 years ago
26fcd2a
Input: wacom - add support for Lenovo tablet ID (0xE6)
by Manoj Iyer
· 14 years ago
e35fb8c
Input: wacom - report resolution for pen devices
by Ping Cheng
· 14 years ago
7b824bb
Input: wacom - constify wacom_features for a new missed Bamboo models
by Ping Cheng
· 14 years ago
97eb3f2
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 14 years ago
84eb5aa
Input: wacom - support 2FGT in MT format
by Ping Cheng
· 14 years ago
a43c7c5
Input: wacom - support one finger touch the touchscreen way
by Ping Cheng
· 14 years ago
8aa9a9a
Input: wacom - process pen data in its own routine
by Ping Cheng
· 14 years ago
4fc1938
Input: wacom - do not send 2FGT Tablet PC events in TAP format
by Ping Cheng
· 14 years ago
4b6d443
Input: wacom - fix error path in wacom_probe()
by Alexander Strakh
· 14 years ago
409550f
Input: wacom - pass touch resolution to clients through input_absinfo
by Ping Cheng
· 14 years ago
d38acb4
Input: wacom - add 2 Bamboo Pen and touch models
by Ping Cheng
· 14 years ago
554738d
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 14 years ago
7b4b306
Input: wacom - add support for digitizer in Lenovo W700
by Ajay Ramaswamy
· 14 years ago
Next »