aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-23/+23
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack5-24/+24
2010-04-20Input: kbtab - do not advertise unsupported eventsDmitry Torokhov1-24/+15
2010-04-20Input: kbtab - simplify kbtab_disconnect()Dmitry Torokhov1-7/+5
2010-04-20Input: kbtab - fix incorrect size parameter in usb_buffer_freeAxel Lin1-2/+2
2010-04-20Input: acecad - don't advertise mouse eventsDmitry Torokhov1-2/+0
2010-04-20Input: acecad - fix some formatting issuesDmitry Torokhov1-40/+36
2010-04-20Input: acecad - simplify usb_acecad_disconnect()Dmitry Torokhov1-7/+5
2010-04-20Input: acecad - fix incorrect size parameter in usb_buffer_freeAxel Lin1-1/+1
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-64/+111
2010-04-15Input: wacom - switch mode upon system resumePing Cheng1-5/+7
2010-04-13Input: wacom - streamline 2-finger touch supportPing Cheng2-73/+80
2010-04-13Input: wacom - use get_unaligned to access unaligned dataDmitry Torokhov3-47/+28
2010-04-13Input: wacom - get rid of wacom_combo structureDmitry Torokhov3-53/+47
2010-04-13Input: wacom - get rid of input event wrappersDmitry Torokhov4-405/+347
2010-04-13Input: wacom - fix some formatting issuesDmitry Torokhov2-201/+222
2010-04-13Input: wacom - do not allocate wacom_wac separatelyDmitry Torokhov4-15/+15
2010-04-13Input: wacom - share pen info with touch of the same IDPing Cheng3-22/+99
2010-04-13Input: wacom - merge out and in prox eventsPing Cheng1-104/+59
2010-04-13Merge branch 'for-linus' into nextDmitry Torokhov2-64/+111
2010-04-13Input: wacom - switch mode upon system resumePing Cheng1-5/+7
2010-04-13Revert "Input: wacom - merge out and in prox events"Dmitry Torokhov1-59/+104
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-108/+62
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Input: wacom - merge out and in prox eventsPing Cheng1-104/+59
2010-03-01Input: wacom - replace WACOM_PKGLEN_PENABLEDPing Cheng3-4/+3
2010-02-20Input: wacom - add device type to device name stringPing Cheng2-4/+15
2010-02-19Input: wacom - constify product features dataDmitry Torokhov1-63/+63
2010-02-19Input: wacom - use per-device instance of wacom_featuresJason Childs3-56/+78
2010-02-10Input: wacom - get features from driver infoBastian Blank3-152/+205
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-01-11Input: make USB device ids constantMárton Németh1-1/+1
2009-12-15Input: wacom - separate pen from express keys on GraphirePing Cheng1-4/+23
2009-12-15Input: wacom - add defines for data packet report IDsPing Cheng2-13/+22
2009-12-15Input: wacom - add support for new LCD tabletsPing Cheng4-132/+311
2009-12-15Input: wacom - add defines for packet lengths of various devicesPing Cheng3-64/+76
2009-12-15Input: wacom - ensure the device is initialized properly upon resumePing Cheng2-6/+8
2009-08-21Input: wacom - don't use on-stack memory for report buffersDmitry Torokhov1-14/+29
2009-06-28Input: wacom - add DTF720a support and fix rotation on Intuos3Ping Cheng1-1/+5
2009-06-03Input: wacom - clear Intuos4 wheel data when finger leaves proximityPing Cheng1-0/+3
2009-05-08Input: wacom - add support for Intuos4 tabletsPing Cheng4-41/+148
2009-05-08Merge commit 'v2.6.30-rc5' into nextDmitry Torokhov2-4/+14
2009-04-28Input: wacom - fix TabletPC touch bugPing Cheng2-4/+14
2009-04-17Input: gtco - add MODULE_DESCRIPTION()Dmitry Torokhov1-0/+1
2008-12-30Input: gtco - use USB endpoint APIJulia Lawall1-1/+1
2008-12-20Input: make some variables and functions staticRoel Kluin1-1/+1
2008-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-49/+356
2008-11-26Input: wacom - add support for new USB Tablet PCsPing Cheng4-49/+356
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman5-10/+16
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman1-5/+8