aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/trackpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-02Input: trackpoint - combine calls to ps2_command()Dmitry Torokhov1-36/+24
2018-01-22Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov1-97/+151
2018-01-22Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma1-0/+3
2017-08-18Input: trackpoint - add new trackpoint firmware IDAaron Ma1-1/+2
2017-07-18Input: trackpoint - assume 3 buttons when buttons detection failsOscar Campos1-2/+2
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov1-1/+1
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-12-17Input: psmouse - expose drift duration for IBM trackpointshaarp1-0/+4
2014-09-08Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede1-0/+1
2014-09-08Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede1-0/+2
2013-04-19Input: trackpoint - Optimize trackpoint init to use power-on resetShawn Nematbakhsh1-86/+163
2012-04-10Input: trackpoint - use psmouse_fmt() for messagesJJ Ding1-6/+8
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-5/+12
2010-10-13Input: return -ENOMEM in select drivers when memory allocation failsDavidlohr Bueso1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-20Input: psmouse - rework setting of BTN_MIDDLE capabilityDmitry Torokhov1-5/+8
2009-09-10Input: psmouse - use boolean typeDmitry Torokhov1-1/+1
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier1-6/+2
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2006-11-02Input: trackpoint - handle sysfs errorsJeff Garzik1-2/+10
2006-08-04Input: trackpoint - activate protocol when resumingDmitry Torokhov1-18/+34
2006-02-15Input: trackpoint - enable devices connected to external portDmitry Torokhov1-6/+14
2005-09-04Input: rework psmouse attributes to reduce module sizeDmitry Torokhov1-88/+95
2005-08-08Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik1-0/+297