summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/penmount.c
AgeCommit message (Expand)AuthorLines
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg-1/+1
2012-04-04Input: serio - use module_serio_driverAxel Lin-16/+1
2011-09-20Input: penmount - simplify unregister procedureDmitry Torokhov-4/+4
2011-09-20Input: penmount - rework handling of different protocolsDmitry Torokhov-56/+64
2011-09-20Input: penmount - add PenMount 6250 supportJohn Sung-0/+23
2011-09-20Input: penmount - add PenMount 3000 supportJohn Sung-4/+75
2011-09-20Input: penmount - add PenMount 6000 supportJohn Sung-8/+57
2011-09-20Input: penmount - fix the protocolJohn Sung-6/+8
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-2/+2
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov-1/+1
2007-04-12Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov-1/+0
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-2/+1
2006-08-05Input: add driver for Penmount serial touchscreensRick Koch-0/+185