aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 297Thomas Gleixner1-9/+1
2018-11-12HID: hidraw: enforce minors_lock locking via lockdepJiri Kosina1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-09HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa1-0/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-10-02HID: hidraw: fix power sequence when closing deviceDmitry Torokhov1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-05-17Merge branch 'for-4.7/upstream' into for-linusJiri Kosina1-3/+2
2016-04-04HID: hidraw: silence an uninitialized variable warningDan Carpenter1-3/+2
2016-03-24HID: hidraw: switch to using memdup_userDmitry Torokhov1-9/+4
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina1-8/+19
2014-03-14HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires1-1/+2
2014-02-26HID: hidraw: fix warning destroying hidraw device files after parentFernando Luis Vázquez Cao1-2/+2
2014-02-24HID: hidraw: replace hid_output_raw_report() calls by appropriates onesBenjamin Tissoires1-5/+14
2014-02-17HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires1-1/+1
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires1-3/+4
2014-01-06HID: hidraw: make comment more accurate and nicerJiri Kosina1-10/+17
2013-10-02HID: hidraw: close underlying device at removal of last readerManoj Chourasia1-7/+14
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina1-1/+1
2013-08-26HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng1-5/+15
2013-08-09HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia1-35/+25
2013-07-31HID: hidraw: fix improper mutex releaseYonghua Zheng1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2013-02-19HID: hidraw: print message when succesfully initializedJiri Kosina1-0/+1
2012-11-28HID: hidraw: fix signaling SIGIO when hidraw reports an eventAndrew Duggan1-0/+8
2012-11-26HID: hidraw: fix nonblock read return EAGAIN after device removedFounder Fang1-4/+4
2012-11-01HID: hidraw: put old deallocation mechanism in placeJiri Kosina1-26/+43
2012-10-01Merge branch 'upstream' into for-linusJiri Kosina1-4/+11
2012-10-01HID: hidraw: don't deallocate memory when it is in useRatan Nalumasu1-43/+26
2012-08-15HID: hidraw: improve error handling in hidraw_init()Alexey Khoroshilov1-4/+11
2012-07-20HID: hidraw: fix list->buffer memleakMatthieu CASTET1-1/+11
2012-04-27HID: hidraw: add proper error handling to raw event reportingJiri Kosina1-6/+13
2011-10-25Merge branch 'upstream' into for-linusJiri Kosina1-1/+2
2011-09-27HID: hidraw: open count should not increase if errorAmit Nagal1-1/+3
2011-09-20HID: hidraw: protect hidraw_disconnect() betterJames Hogan1-2/+2
2011-09-07HID: hidraw: free list for all error in hidraw_openAmit Nagal1-1/+2
2011-05-18HID: 'name' and 'phys' in 'struct hid_device' can never be NULLDaniel Mack1-12/+2
2011-03-27HID: hidraw: fix commentsJiri Kosina1-8/+8
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat', 'upstream' and 'upstream-fixes' into for-linusJiri Kosina1-9/+103
2011-02-11HID: Add Support for Setting and Getting Feature Reports from hidrawAlan Ott1-6/+100
2011-02-01HID: hidraw: fix hidraw_disconnect()Stefan Achatz1-2/+2
2011-01-31HID: hidraw: Replace Confusing += Operator with =Alan Ott1-1/+1
2011-01-04HID: hidraw: add compatibility ioctl() for 32-bit applications.Alan Ott1-0/+3
2010-12-10Merge branch 'master' into upstreamJiri Kosina1-1/+0
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-5/+7
2010-12-08HID: add hid_hw_open/close/power() handlersDmitry Torokhov1-12/+9
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-23Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina1-4/+10