aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/elo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-18Input: elo - fix an error code in elo_connect()Dan Carpenter1-1/+3
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-08-08Input: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-08-18Input: elo - constify serio_device_idArvind Yadav1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-04-04Input: serio - use module_serio_driverAxel Lin1-16/+1
2010-01-06Input: elo - switch to using dev_xxx() when printing messagesDmitry Torokhov1-105/+120
2008-10-30Input: elo - fix format string in elo driverVojtech Pavlik1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-2/+2
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-04-12Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov1-1/+0
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-10/+7
2006-08-05Input: elo - add support for non-pressure-sensitive touchscreensShaun Jackman1-17/+107
2006-08-05Input: elo - fix checksum calculationShaun Jackman1-26/+29
2006-08-05Input: elo - handle input_register_device() failuresDmitry Torokhov1-6/+12
2005-10-28[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocationDmitry Torokhov1-45/+44
2005-05-29Input: whitespace fixes in drivers/input/touchscreenDmitry Torokhov1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+315