aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet
Commit message (Expand)AuthorAgeFilesLines
* Input: kbtab - do not advertise unsupported eventsDmitry Torokhov2010-04-201-24/+15
* Input: kbtab - simplify kbtab_disconnect()Dmitry Torokhov2010-04-201-7/+5
* Input: kbtab - fix incorrect size parameter in usb_buffer_freeAxel Lin2010-04-201-2/+2
* Input: acecad - don't advertise mouse eventsDmitry Torokhov2010-04-201-2/+0
* Input: acecad - fix some formatting issuesDmitry Torokhov2010-04-201-40/+36
* Input: acecad - simplify usb_acecad_disconnect()Dmitry Torokhov2010-04-201-7/+5
* Input: acecad - fix incorrect size parameter in usb_buffer_freeAxel Lin2010-04-201-1/+1
* Input: wacom - streamline 2-finger touch supportPing Cheng2010-04-132-73/+80
* Input: wacom - use get_unaligned to access unaligned dataDmitry Torokhov2010-04-133-47/+28
* Input: wacom - get rid of wacom_combo structureDmitry Torokhov2010-04-133-53/+47
* Input: wacom - get rid of input event wrappersDmitry Torokhov2010-04-134-405/+347
* Input: wacom - fix some formatting issuesDmitry Torokhov2010-04-132-201/+222
* Input: wacom - do not allocate wacom_wac separatelyDmitry Torokhov2010-04-134-15/+15
* Input: wacom - share pen info with touch of the same IDPing Cheng2010-04-133-22/+99
* Input: wacom - merge out and in prox eventsPing Cheng2010-04-131-104/+59
* Merge branch 'for-linus' into nextDmitry Torokhov2010-04-132-64/+111
|\
| * Input: wacom - switch mode upon system resumePing Cheng2010-04-131-5/+7
| * Revert "Input: wacom - merge out and in prox events"Dmitry Torokhov2010-04-131-59/+104
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-03-143-108/+62
|\ \ | |/
| * Input: wacom - merge out and in prox eventsPing Cheng2010-03-051-104/+59
| * Input: wacom - replace WACOM_PKGLEN_PENABLEDPing Cheng2010-03-013-4/+3
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | Input: wacom - add device type to device name stringPing Cheng2010-02-202-4/+15
* | Input: wacom - constify product features dataDmitry Torokhov2010-02-191-63/+63
* | Input: wacom - use per-device instance of wacom_featuresJason Childs2010-02-193-56/+78
* | Input: wacom - get features from driver infoBastian Blank2010-02-103-152/+205
* | Input: make USB device ids constantMárton Németh2010-01-111-1/+1
|/
* Input: wacom - separate pen from express keys on GraphirePing Cheng2009-12-151-4/+23
* Input: wacom - add defines for data packet report IDsPing Cheng2009-12-152-13/+22
* Input: wacom - add support for new LCD tabletsPing Cheng2009-12-154-132/+311
* Input: wacom - add defines for packet lengths of various devicesPing Cheng2009-12-153-64/+76
* Input: wacom - ensure the device is initialized properly upon resumePing Cheng2009-12-152-6/+8
* Input: wacom - don't use on-stack memory for report buffersDmitry Torokhov2009-08-211-14/+29
* Input: wacom - add DTF720a support and fix rotation on Intuos3Ping Cheng2009-06-281-1/+5
* Input: wacom - clear Intuos4 wheel data when finger leaves proximityPing Cheng2009-06-031-0/+3
* Input: wacom - add support for Intuos4 tabletsPing Cheng2009-05-084-41/+148
* Merge commit 'v2.6.30-rc5' into nextDmitry Torokhov2009-05-082-4/+14
|\
| * Input: wacom - fix TabletPC touch bugPing Cheng2009-04-282-4/+14
* | Input: gtco - add MODULE_DESCRIPTION()Dmitry Torokhov2009-04-171-0/+1
|/
* Input: gtco - use USB endpoint APIJulia Lawall2008-12-301-1/+1
* Input: make some variables and functions staticRoel Kluin2008-12-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-11-304-49/+356
|\
| * Input: wacom - add support for new USB Tablet PCsPing Cheng2008-11-264-49/+356
* | USB: remove info() macro from usb input driversGreg Kroah-Hartman2008-10-175-10/+16
* | USB: remove warn() macro from usb input driversGreg Kroah-Hartman2008-10-171-5/+8
|/
* Merge branch 'next' into for-linusDmitry Torokhov2008-10-151-15/+38
|\
| * Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-101-15/+38
* | Input: remove version.h from drivers that don't need itHuang Weiyi2008-08-181-1/+0
|/
* Input: gtco - eliminate early returnJulia Lawall2008-07-071-1/+1