aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/penmount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2017-08-18Input: penmount - constify serio_device_idArvind Yadav1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+1
2012-04-04Input: serio - use module_serio_driverAxel Lin1-16/+1
2011-09-20Input: penmount - simplify unregister procedureDmitry Torokhov1-4/+4
2011-09-20Input: penmount - rework handling of different protocolsDmitry Torokhov1-56/+64
2011-09-20Input: penmount - add PenMount 6250 supportJohn Sung1-0/+23
2011-09-20Input: penmount - add PenMount 3000 supportJohn Sung1-4/+75
2011-09-20Input: penmount - add PenMount 6000 supportJohn Sung1-8/+57
2011-09-20Input: penmount - fix the protocolJohn Sung1-6/+8
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-2/+1
2006-08-05Input: add driver for Penmount serial touchscreensRick Koch1-0/+185