aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/atlas_btns.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1
2012-09-21Input: atlas_btns - convert to module_acpi_driver()Mika Westerberg1-16/+1
2010-07-13Input: atlas_btns - switch to using pr_err() and friendsDmitry Torokhov1-15/+8
2010-07-13Input: atlas_btns - fix mixing acpi_status and int for return valueAxel Lin1-8/+6
2010-07-13Input: atlas_btns - adds a missing owner field for atlas_acpi_driverAxel Lin1-0/+1
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-1/+1
2008-01-21Input: atlas_btns - add support for loadable keymapsDmitry Torokhov1-16/+23
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-1/+1
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-2/+7
2007-02-10Input: add Atlas button driverJaya Kumar1-0/+170