summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/
* | HID: hidraw, fix a NULL pointer dereference in hidraw_writeAntonio Ospite2010-10-061-0/+6
* | HID: hidraw, fix a NULL pointer dereference in hidraw_ioctlAntonio Ospite2010-10-061-0/+5
|/
* HID: remove unused variable from hidraw_readStefan Achatz2010-05-251-2/+0
*---. Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-susp...Jiri Kosina2010-05-191-22/+26
|\ \ \
| | * | HID: remove excessive _EMERG messages from hidrawJiri Kosina2010-03-251-6/+1
| | * | HID: remove BKL from hidrawJiri Kosina2010-03-251-16/+25
| | |/
* | | Merge branch 'upstream' into for-linusJiri Kosina2010-05-191-1/+1
|\ \ \ | |/ / |/| |
| * | HID: hidraw: fix indentationAntonio Ospite2010-05-111-1/+1
| |/
* / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* HID: make raw reports possible for both feature and output reportsJiri Kosina2010-02-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-10-131-3/+2
|\
| * HID: fix possible deadlock in hidraw_readJiri Kosina2009-10-121-3/+2
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
|/
* HID: hidraw -- fix comment about accepted devicesJiri Kosina2009-06-041-4/+1
* HID: hidraw -- fix missing unlocks in unlocked_ioctlDan Carpenter2009-04-071-4/+8
* HID: autosuspend support for USB HIDOliver Neukum2009-03-251-3/+14
* HID: unlock properly on error paths in hidraw_ioctl()Dan Carpenter2009-02-171-5/+9
* Merge branch 'upstream-fixes' into for-nextJiri Kosina2009-01-041-1/+1
|\
| * HID: fix reference count leak hidrawOliver Neukum2009-01-041-1/+1
* | HID: set proper dev.parent in hidrawJiri Kosina2009-01-041-1/+1