aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-20HID: hidraw: fix window in hidraw_releaseJiri Slaby1-4/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-06HID: hidraw, fix a NULL pointer dereference in hidraw_writeAntonio Ospite1-0/+6
2010-10-06HID: hidraw, fix a NULL pointer dereference in hidraw_ioctlAntonio Ospite1-0/+5
2010-05-25HID: remove unused variable from hidraw_readStefan Achatz1-2/+0
2010-05-19Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-suspend' into for-linusJiri Kosina1-22/+26
2010-05-19Merge branch 'upstream' into for-linusJiri Kosina1-1/+1
2010-05-11HID: hidraw: fix indentationAntonio Ospite1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25HID: remove excessive _EMERG messages from hidrawJiri Kosina1-6/+1