summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa2018-04-091-0/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* HID: hidraw: fix power sequence when closing deviceDmitry Torokhov2017-10-021-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Merge branch 'for-4.7/upstream' into for-linusJiri Kosina2016-05-171-3/+2
|\
| * HID: hidraw: silence an uninitialized variable warningDan Carpenter2016-04-041-3/+2
* | HID: hidraw: switch to using memdup_userDmitry Torokhov2016-03-241-9/+4
|/
* Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-011-8/+19
|\
| * HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires2014-03-141-1/+2
| * HID: hidraw: replace hid_output_raw_report() calls by appropriates onesBenjamin Tissoires2014-02-241-5/+14
| * HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires2014-02-171-1/+1
| * HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-171-3/+4
* | HID: hidraw: fix warning destroying hidraw device files after parentFernando Luis Vázquez Cao2014-02-261-2/+2
|/
* HID: hidraw: make comment more accurate and nicerJiri Kosina2014-01-061-10/+17
* HID: hidraw: close underlying device at removal of last readerManoj Chourasia2013-10-021-7/+14
* Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-041-1/+1
|\
| * HID: hidraw: fix improper mutex releaseYonghua Zheng2013-07-311-1/+1
* | HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng2013-08-261-5/+15
* | HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia2013-08-091-35/+25
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3
* | HID: hidraw: print message when succesfully initializedJiri Kosina2013-02-191-0/+1
|/
* HID: hidraw: fix signaling SIGIO when hidraw reports an eventAndrew Duggan2012-11-281-0/+8
* HID: hidraw: fix nonblock read return EAGAIN after device removedFounder Fang2012-11-261-4/+4
* HID: hidraw: put old deallocation mechanism in placeJiri Kosina2012-11-011-26/+43
* Merge branch 'upstream' into for-linusJiri Kosina2012-10-011-4/+11
|\
| * HID: hidraw: improve error handling in hidraw_init()Alexey Khoroshilov2012-08-151-4/+11
* | HID: hidraw: don't deallocate memory when it is in useRatan Nalumasu2012-10-011-43/+26
|/
* HID: hidraw: fix list->buffer memleakMatthieu CASTET2012-07-201-1/+11
* HID: hidraw: add proper error handling to raw event reportingJiri Kosina2012-04-271-6/+13
* Merge branch 'upstream' into for-linusJiri Kosina2011-10-251-1/+2
|\
| * HID: hidraw: free list for all error in hidraw_openAmit Nagal2011-09-071-1/+2
* | HID: hidraw: open count should not increase if errorAmit Nagal2011-09-271-1/+3
* | HID: hidraw: protect hidraw_disconnect() betterJames Hogan2011-09-201-2/+2
|/
* HID: 'name' and 'phys' in 'struct hid_device' can never be NULLDaniel Mack2011-05-181-12/+2
* HID: hidraw: fix commentsJiri Kosina2011-03-271-8/+8
*---. Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina2011-03-171-9/+103
|\ \ \
| | | * HID: hidraw: fix hidraw_disconnect()Stefan Achatz2011-02-011-2/+2
| |_|/ |/| |
| | * HID: hidraw: Replace Confusing += Operator with =Alan Ott2011-01-311-1/+1
| |/ |/|
| * HID: Add Support for Setting and Getting Feature Reports from hidrawAlan Ott2011-02-111-6/+100
|/
* HID: hidraw: add compatibility ioctl() for 32-bit applications.Alan Ott2011-01-041-0/+3
* Merge branch 'master' into upstreamJiri Kosina2010-12-101-1/+0
|\
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches2010-12-101-5/+7
* | HID: add hid_hw_open/close/power() handlersDmitry Torokhov2010-12-081-12/+9
|/
*-. Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina2010-10-231-4/+10
|\ \
| | * HID: hidraw: fix window in hidraw_releaseJiri Slaby2010-10-201-4/+10
| |/
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
OpenPOWER on IntegriCloud