Merge branch 'master' into for-2.6.35
[safe/jmp/linux-2.6] / drivers / input / tablet / aiptek.c
2010-02-05 Adam BuchbinderFix misspelling of "should" and "shouldn't" in comments.
2008-10-17 Greg Kroah-HartmanUSB: remove info() macro from usb input drivers
2008-10-17 Greg Kroah-HartmanUSB: remove warn() macro from usb input drivers
2008-09-10 Joe RouvierInput: convert drivers to use strict_strtoul()
2008-05-16 Harvey HarrisonInput: replace remaining __FUNCTION__ occurrences
2008-04-29 Harvey Harrisoninput: use get_unaligned_* helpers
2008-04-15 Guryanov DmitryInput: aiptek - add support for Genius G-PEN 560 tablet
2007-07-10 Rene van PaassenInput: aiptek - update driver version
2007-07-10 Rene van PaassenInput: aiptek - rework the function key code
2007-07-10 Rene van PaassenInput: aiptek - tolerate newlines in sysfs files
2007-07-10 Rene van PaassenInput: aiptek - correct the tool switching code
2007-07-10 Rene van PaassenInput: aiptek - use only absolute misc reports
2007-07-10 Rene van PaassenInput: aiptek - put sensible warnings in probe
2007-07-10 Rene van PaassenInput: aiptek - use set_bit instead of bitwise or
2007-07-10 Mark VytlacilInput: aiptek - fix relative mode parsing
2007-07-10 Rene van PaassenInput: aiptek - fixed mouse button defines
2007-07-10 Rene van PaassenInput: aiptek - correct the proximity and validity...
2007-07-10 Rene van PaassenInput: aiptek - correct documentation on reports
2007-07-10 Dmitry TorokhovInput: aiptek - use array to list all buttons
2007-07-10 Dmitry TorokhovInput: aiptek - kill aiptek_convert_from_2s_complement()
2007-07-10 Dmitry TorokhovInput: aiptek - use maps in attributes
2007-07-10 Dmitry TorokhovInput: aiptek - do not check for NULL in attribute...
2007-07-10 Dmitry TorokhovInput: aiptek - use attribute group
2007-07-10 Dmitry TorokhovInput: aiptek - remove vendor and product attributes...
2007-07-10 Dmitry TorokhovInput: aiptek - do not try to export associated event...
2007-05-08 Dmitry TorokhovInput: move USB tablets under drivers/input/tablet