aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/ati_remote2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-05-15Input: ati_remote2 - fix typo 'can by' to 'can be'Wolfram Sang1-1/+1
2018-01-16Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman1-2/+0
2017-08-14Input: ati_remote2 - constify usb_device_idArvind Yadav1-1/+1
2016-03-23Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov1-6/+30
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-2/+2
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-8/+11
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov1-0/+1
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-20/+1
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-8/+11
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-05-05Input: ati_remote2 - return the error code from sysfs channel_mask storeVille Syrjala1-3/+6
2011-01-31Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov1-2/+2
2010-09-15Input: ati_remote2 - switch to using new keycode interfaceDmitry Torokhov1-28/+65
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-9/+17
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-7/+7
2009-05-19Input: ati_remote2 - use non-atomic bitopsVille Syrjala1-8/+8
2009-01-29Input: ati_remote2 - check module paramsVille Syrjala1-4/+60
2009-01-29Input: ati_remote2 - add per device attrsVille Syrjala1-15/+126
2009-01-29Input: ati_remote2 - complete suspend supportVille Syrjala1-0/+78
2008-07-30Input: ati_remote2 - add autosuspend supportVille Syrjala1-6/+127
2008-07-30Input: ati_remote2 - add loadable keymap supportVille Syrjala1-29/+101
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-3/+4
2007-05-08Input: move USB miscellaneous devices under drivers/input/miscDmitry Torokhov1-0/+543