aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/hp_sdc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Input: hp_sdc - convert to using timer_setup()Kees Cook1-3/+2
2017-08-22parisc/serio: Fix section mismatches in gscps2 and hp_sdc driversHelge Deller1-2/+2
2017-05-27hp_sdc: use probe_kernel_read()Al Viro1-5/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-03-23Input: hp_sdc - use del_timer_sync() in exit pathThomas Gleixner1-1/+1
2012-07-19input/serio/hp_sdc.c: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-07-18Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-12input: Serio/hp_sdc: semaphore cleanupThomas Gleixner1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-04-21drivers/input/serio/hp_sdc.c: fix crash when removing hp_sdc moduleHelge Deller1-1/+23
2008-10-14HP input: kill warnings due to suseconds_t differencesGeert Uytterhoeven1-1/+1
2008-07-25Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>"Linus Torvalds1-1/+0
2008-07-24Add missing semaphore.h includesMatthew Wilcox1-0/+1
2008-07-19Input: add option to disable HP SDC driverHelge Deller1-0/+9
2008-05-05m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>Geert Uytterhoeven1-0/+1
2007-10-27Input: hp_sdc.c - fix section mismatchAdrian Bunk1-4/+0
2007-03-16Input: HIL - fix rwlock recursion bugHelge Deller1-8/+14
2007-02-28Input: HIL - cleanup coding styleHelge Deller1-173/+222
2007-02-28Input: HIL - various fixes for HIL driversHelge Deller1-8/+8
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-15[PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user annotationsAl Viro1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox1-3/+3
2005-10-21[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks betterMatthew Wilcox1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1054