summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serio_raw.c
AgeCommit message (Expand)AuthorLines
2014-12-03Input: initialize device counter variables with -1Aniroop Mathur-2/+2
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2012-05-02Input: serio_raw - signal EFAULT even if read/write partially succeedsDmitry Torokhov-15/+18
2012-04-20Input: serio_raw - ensure we don't block in non-blocking readDmitry Torokhov-18/+25
2012-04-04Input: serio - use module_serio_driverAxel Lin-12/+1
2012-02-01Input: serio_raw - return proper result when serio_raw_read failsChe-Liang Chiou-6/+9
2012-01-10Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov-1/+1
2012-01-10Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov-2/+2
2012-01-10Input: serio_raw - remove stray semicolonChe-Liang Chiou-1/+1
2011-10-10Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov-25/+29
2011-10-10Input: serio_raw - kick clients when disconnecting portDmitry Torokhov-6/+23
2011-10-10Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov-8/+13
2011-10-10Input: serio_raw - fix coding style issuesDmitry Torokhov-5/+9
2011-10-10Input: serio_raw - use dev_*() for messagesDmitry Torokhov-5/+7
2011-10-10Input: serio_raw - use bool for boolean dataDmitry Torokhov-3/+3
2011-10-10Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov-3/+5
2011-10-10Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov-36/+39
2011-10-10Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov-15/+13
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-03-09Input: serio_raw - remove BKLThadeu Lima de Souza Cascardo-6/+5
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-03-16Rationalize fasync return valuesJonathan Corbet-3/+1
2008-11-01saner FASYNC handling on file closeAl Viro-1/+0
2008-09-10Input: serio_raw - allow attaching to translated (SERIO_I8042XL) portsNiels de Vos-0/+6
2008-07-02serio: BKL pushdownArnd Bergmann-1/+5
2007-07-10Input: serio_raw - shut up errorneous warningAndrew Morton-1/+1
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven-1/+1
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-1/+1
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman-1/+1
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman-1/+0
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn-4/+2
2006-02-19Input: serio - semaphore to mutex conversionArjan van de Ven-11/+12
2005-07-11Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+403