summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serio_raw.c
Commit message (Expand)AuthorAgeFilesLines
* Input: serio_raw - signal EFAULT even if read/write partially succeedsDmitry Torokhov2012-05-021-15/+18
* Input: serio_raw - ensure we don't block in non-blocking readDmitry Torokhov2012-04-201-18/+25
* Input: serio - use module_serio_driverAxel Lin2012-04-041-12/+1
* Input: serio_raw - return proper result when serio_raw_read failsChe-Liang Chiou2012-02-011-6/+9
* Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov2012-01-101-1/+1
* Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov2012-01-101-2/+2
* Input: serio_raw - remove stray semicolonChe-Liang Chiou2012-01-101-1/+1
* Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov2011-10-101-25/+29
* Input: serio_raw - kick clients when disconnecting portDmitry Torokhov2011-10-101-6/+23
* Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov2011-10-101-8/+13
* Input: serio_raw - fix coding style issuesDmitry Torokhov2011-10-101-5/+9
* Input: serio_raw - use dev_*() for messagesDmitry Torokhov2011-10-101-5/+7
* Input: serio_raw - use bool for boolean dataDmitry Torokhov2011-10-101-3/+3
* Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov2011-10-101-3/+5
* Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov2011-10-101-36/+39
* Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov2011-10-101-15/+13
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Input: serio_raw - remove BKLThadeu Lima de Souza Cascardo2010-03-091-6/+5
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* Rationalize fasync return valuesJonathan Corbet2009-03-161-3/+1
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* Input: serio_raw - allow attaching to translated (SERIO_I8042XL) portsNiels de Vos2008-09-101-0/+6
* serio: BKL pushdownArnd Bergmann2008-07-021-1/+5
* Input: serio_raw - shut up errorneous warningAndrew Morton2007-07-101-1/+1
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-1/+1
|\
| * Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-011-1/+1
* | Input: handle serio_register_driver() errorsAkinobu Mita2006-11-231-2/+1
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-141-4/+2
* Input: serio - semaphore to mutex conversionArjan van de Ven2006-02-191-11/+12
* Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov2005-07-111-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+403