summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/aiptek.c
Commit message (Expand)AuthorAgeFilesLines
* Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov2022-09-031-16/+4
* Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov2022-05-181-6/+4
|\
| * Input: aiptek - properly check endpoint typePavel Skripkin2022-03-141-6/+4
* | Input: aiptek - remove redundant assignment to variable retColin Ian King2022-04-201-2/+1
|/
* Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-221-47/+33
* Input: aiptek - use descriptors of current altsettingJohan Hovold2020-01-101-1/+1
* Input: aiptek - fix endpoint sanity checkJohan Hovold2020-01-101-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai2018-07-271-1/+1
* Input: inline macros for MODULE_LICENSE, etcJulia Lawall2018-01-171-9/+2
* Input: aiptek - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Input: aiptek - stop saving struct usb_deviceOliver Neukum2016-03-311-9/+11
* Input: aiptek - fix crash on detecting device without endpointsVladis Dronov2015-12-021-0/+9
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-05-241-1/+1
|\
| * Input: aiptek - adjust error-handling code labelJulia Lawall2012-04-231-1/+1
* | USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-8/+9
* | USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-9/+13
* | USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-1/+1
* | USB: aiptek.c: remove err() usageGreg Kroah-Hartman2012-04-251-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-101-15/+19
|\
| * Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-091-15/+19
* | USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-18/+1
|/
* Input: aiptek - remove double defineEdwin van Vliet2011-07-101-1/+0
* Input: aiptek - tighten up permissions on sysfs attributesDmitry Torokhov2010-11-151-14/+14
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-021-9/+6
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-7/+7
* Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* USB: remove info() macro from usb input driversGreg Kroah-Hartman2008-10-171-5/+8
* USB: remove warn() macro from usb input driversGreg Kroah-Hartman2008-10-171-5/+8
* Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-101-15/+38
* Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-3/+3
* input: use get_unaligned_* helpersHarvey Harrison2008-04-291-8/+8
* Input: aiptek - add support for Genius G-PEN 560 tabletGuryanov Dmitry2008-04-151-0/+2
* Input: aiptek - update driver versionRene van Paassen2007-07-101-2/+2
* Input: aiptek - rework the function key codeRene van Paassen2007-07-101-51/+46
* Input: aiptek - tolerate newlines in sysfs filesRene van Paassen2007-07-101-1/+4
* Input: aiptek - correct the tool switching codeRene van Paassen2007-07-101-42/+52
* Input: aiptek - use only absolute misc reportsRene van Paassen2007-07-101-1/+4
* Input: aiptek - put sensible warnings in probeRene van Paassen2007-07-101-6/+22
* Input: aiptek - use set_bit instead of bitwise orRene van Paassen2007-07-101-8/+20
* Input: aiptek - fix relative mode parsingMark Vytlacil2007-07-101-5/+7
* Input: aiptek - fixed mouse button definesRene van Paassen2007-07-101-3/+3
* Input: aiptek - correct the proximity and validity checksRene van Paassen2007-07-101-8/+8
* Input: aiptek - correct documentation on reportsRene van Paassen2007-07-101-2/+2
* Input: aiptek - use array to list all buttonsDmitry Torokhov2007-07-101-17/+12
* Input: aiptek - kill aiptek_convert_from_2s_complement()Dmitry Torokhov2007-07-101-22/+2
* Input: aiptek - use maps in attributesDmitry Torokhov2007-07-101-224/+138
* Input: aiptek - do not check for NULL in attribute methodsDmitry Torokhov2007-07-101-101/+0