aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hidraw.c
AgeCommit message (Expand)Author
2013-09-26HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia
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
2010-10-06HID: hidraw, fix a NULL pointer dereference in hidraw_ioctlAntonio Ospite
2010-05-25HID: remove unused variable from hidraw_readStefan Achatz
2010-05-19Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-susp...Jiri Kosina
2010-05-19Merge branch 'upstream' into for-linusJiri Kosina
2010-05-11HID: hidraw: fix indentationAntonio Ospite
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25HID: remove excessive _EMERG messages from hidrawJiri Kosina
2010-03-25HID: remove BKL from hidrawJiri Kosina
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-10-12HID: fix possible deadlock in hidraw_readJiri Kosina
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-06-04HID: hidraw -- fix comment about accepted devicesJiri Kosina
2009-04-07HID: hidraw -- fix missing unlocks in unlocked_ioctlDan Carpenter
2009-03-25HID: autosuspend support for USB HIDOliver Neukum
2009-02-17HID: unlock properly on error paths in hidraw_ioctl()Dan Carpenter
2009-01-04Merge branch 'upstream-fixes' into for-nextJiri Kosina
2009-01-04HID: fix reference count leak hidrawOliver Neukum