index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
tablet
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-29
Input: wacom - fix mousewheel handling for old wacom tablets
Mike Auty
1
-2
/
+2
2010-08-10
Merge branch 'next' into for-linus
Dmitry Torokhov
2
-11
/
+8
2010-08-03
Input: switch to input_abs_*() access functions
Daniel Mack
2
-11
/
+8
2010-08-03
Merge branch 'next' into for-linus
Dmitry Torokhov
2
-0
/
+45
2010-06-28
Input: wacom - add support for DTU2231 and DTU1631
Ping Cheng
2
-0
/
+45
2010-06-22
Input: wacom - fix serial number handling on Cintiq 21UX2
Ping Cheng
1
-4
/
+5
2010-06-04
Input: wacom - add Cintiq 21UX2 and Intuos4 WL
Ping Cheng
3
-15
/
+60
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
5
-23
/
+23
2010-05-21
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
5
-24
/
+24
2010-04-21
Input: kbtab - do not advertise unsupported events
Dmitry Torokhov
1
-24
/
+15
2010-04-21
Input: kbtab - simplify kbtab_disconnect()
Dmitry Torokhov
1
-7
/
+5
2010-04-21
Input: kbtab - fix incorrect size parameter in usb_buffer_free
Axel Lin
1
-2
/
+2
2010-04-21
Input: acecad - don't advertise mouse events
Dmitry Torokhov
1
-2
/
+0
2010-04-21
Input: acecad - fix some formatting issues
Dmitry Torokhov
1
-40
/
+36
2010-04-21
Input: acecad - simplify usb_acecad_disconnect()
Dmitry Torokhov
1
-7
/
+5
2010-04-21
Input: acecad - fix incorrect size parameter in usb_buffer_free
Axel Lin
1
-1
/
+1
2010-04-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-64
/
+111
2010-04-15
Input: wacom - switch mode upon system resume
Ping Cheng
1
-5
/
+7
2010-04-14
Input: wacom - streamline 2-finger touch support
Ping Cheng
2
-73
/
+80
2010-04-14
Input: wacom - use get_unaligned to access unaligned data
Dmitry Torokhov
3
-47
/
+28
2010-04-14
Input: wacom - get rid of wacom_combo structure
Dmitry Torokhov
3
-53
/
+47
2010-04-14
Input: wacom - get rid of input event wrappers
Dmitry Torokhov
4
-405
/
+347
2010-04-14
Input: wacom - fix some formatting issues
Dmitry Torokhov
2
-201
/
+222
2010-04-14
Input: wacom - do not allocate wacom_wac separately
Dmitry Torokhov
4
-15
/
+15
2010-04-14
Input: wacom - share pen info with touch of the same ID
Ping Cheng
3
-22
/
+99
2010-04-14
Input: wacom - merge out and in prox events
Ping Cheng
1
-104
/
+59
2010-04-14
Merge branch 'for-linus' into next
Dmitry Torokhov
2
-64
/
+111
2010-04-14
Input: wacom - switch mode upon system resume
Ping Cheng
1
-5
/
+7
2010-04-14
Revert "Input: wacom - merge out and in prox events"
Dmitry Torokhov
1
-59
/
+104
2010-03-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-108
/
+62
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-05
Input: wacom - merge out and in prox events
Ping Cheng
1
-104
/
+59
2010-03-02
Input: wacom - replace WACOM_PKGLEN_PENABLED
Ping Cheng
3
-4
/
+3
2010-02-20
Input: wacom - add device type to device name string
Ping Cheng
2
-4
/
+15
2010-02-19
Input: wacom - constify product features data
Dmitry Torokhov
1
-63
/
+63
2010-02-19
Input: wacom - use per-device instance of wacom_features
Jason Childs
3
-56
/
+78
2010-02-11
Input: wacom - get features from driver info
Bastian Blank
3
-152
/
+205
2010-02-05
Fix misspelling of "should" and "shouldn't" in comments.
Adam Buchbinder
1
-1
/
+1
2010-01-11
Input: make USB device ids constant
Márton Németh
1
-1
/
+1
2009-12-15
Input: wacom - separate pen from express keys on Graphire
Ping Cheng
1
-4
/
+23
2009-12-15
Input: wacom - add defines for data packet report IDs
Ping Cheng
2
-13
/
+22
2009-12-15
Input: wacom - add support for new LCD tablets
Ping Cheng
4
-132
/
+311
2009-12-15
Input: wacom - add defines for packet lengths of various devices
Ping Cheng
3
-64
/
+76
2009-12-15
Input: wacom - ensure the device is initialized properly upon resume
Ping Cheng
2
-6
/
+8
2009-08-21
Input: wacom - don't use on-stack memory for report buffers
Dmitry Torokhov
1
-14
/
+29
2009-06-29
Input: wacom - add DTF720a support and fix rotation on Intuos3
Ping Cheng
1
-1
/
+5
2009-06-03
Input: wacom - clear Intuos4 wheel data when finger leaves proximity
Ping Cheng
1
-0
/
+3
2009-05-09
Input: wacom - add support for Intuos4 tablets
Ping Cheng
4
-41
/
+148
2009-05-09
Merge commit 'v2.6.30-rc5' into next
Dmitry Torokhov
2
-4
/
+14
2009-04-28
Input: wacom - fix TabletPC touch bug
Ping Cheng
2
-4
/
+14
[next]