summaryrefslogtreecommitdiff
path: root/drivers/hid/hidraw.c
AgeCommit message (Expand)Author
2019-10-05HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern
2018-04-24HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa
2017-10-02HID: hidraw: fix power sequence when closing deviceDmitry Torokhov
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-05-17Merge branch 'for-4.7/upstream' into for-linusJiri Kosina
2016-04-04HID: hidraw: silence an uninitialized variable warningDan Carpenter
2016-03-24HID: hidraw: switch to using memdup_userDmitry Torokhov
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina
2014-03-14HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires
2014-02-26HID: hidraw: fix warning destroying hidraw device files after parentFernando Luis Vázquez Cao
2014-02-24HID: hidraw: replace hid_output_raw_report() calls by appropriates onesBenjamin Tissoires
2014-02-17HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires
2014-01-06HID: hidraw: make comment more accurate and nicerJiri Kosina
2013-10-02HID: hidraw: close underlying device at removal of last readerManoj Chourasia
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina
2013-08-26HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng
2013-08-09HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia
2013-07-31HID: hidraw: fix improper mutex releaseYonghua Zheng
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-19HID: hidraw: print message when succesfully initializedJiri Kosina
2012-11-28HID: hidraw: fix signaling SIGIO when hidraw reports an eventAndrew Duggan
2012-11-26HID: hidraw: fix nonblock read return EAGAIN after device removedFounder Fang
2012-11-01HID: hidraw: put old deallocation mechanism in placeJiri Kosina
2012-10-01Merge branch 'upstream' into for-linusJiri Kosina
2012-10-01HID: hidraw: don't deallocate memory when it is in useRatan Nalumasu
2012-08-15HID: hidraw: improve error handling in hidraw_init()Alexey Khoroshilov
2012-07-20HID: hidraw: fix list->buffer memleakMatthieu CASTET
2012-04-27HID: hidraw: add proper error handling to raw event reportingJiri Kosina
2011-10-25Merge branch 'upstream' into for-linusJiri Kosina
2011-09-27HID: hidraw: open count should not increase if errorAmit Nagal
2011-09-20HID: hidraw: protect hidraw_disconnect() betterJames Hogan
2011-09-07HID: hidraw: free list for all error in hidraw_openAmit Nagal
2011-05-18HID: 'name' and 'phys' in 'struct hid_device' can never be NULLDaniel Mack
2011-03-27HID: hidraw: fix commentsJiri Kosina
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina
2011-02-11HID: Add Support for Setting and Getting Feature Reports from hidrawAlan Ott
2011-02-01HID: hidraw: fix hidraw_disconnect()Stefan Achatz
2011-01-31HID: hidraw: Replace Confusing += Operator with =Alan Ott
2011-01-04HID: hidraw: add compatibility ioctl() for 32-bit applications.Alan Ott
2010-12-10Merge branch 'master' into upstreamJiri Kosina
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches
2010-12-08HID: add hid_hw_open/close/power() handlersDmitry Torokhov
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-23Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-20HID: hidraw: fix window in hidraw_releaseJiri Slaby
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-06HID: hidraw, fix a NULL pointer dereference in hidraw_writeAntonio Ospite