aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-25HID: remove BKL from hidrawJiri Kosina1-16/+25
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina1-1/+1
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-3/+2
2009-10-12HID: fix possible deadlock in hidraw_readJiri Kosina1-3/+2
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-06-04HID: hidraw -- fix comment about accepted devicesJiri Kosina1-4/+1
2009-04-07HID: hidraw -- fix missing unlocks in unlocked_ioctlDan Carpenter1-4/+8
2009-03-25HID: autosuspend support for USB HIDOliver Neukum1-3/+14
2009-02-17HID: unlock properly on error paths in hidraw_ioctl()Dan Carpenter1-5/+9
2009-01-04Merge branch 'upstream-fixes' into for-nextJiri Kosina1-1/+1
2009-01-04HID: fix reference count leak hidrawOliver Neukum1-1/+1
2009-01-04HID: set proper dev.parent in hidrawJiri Kosina1-1/+1
2009-01-04HID: add phys and name ioctls to hidrawJiri Kosina1-0/+28
2008-11-13HID: fix locking in hidraw_open()Oliver Neukum1-14/+16
2008-10-23HID: fix lock imbalance in hidrawJiri Slaby1-0/+1
2008-10-17HID: fix hidraw_exit section mismatchJiri Slaby1-1/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-10-14HID: fix incorrent length condition in hidraw_write()Jiri Kosina1-1/+1
2008-10-14HID: hid, make parsing event drivenJiri Slaby1-3/+3
2008-07-23Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina1-0/+2
2008-07-23HID: fix memory leak in hidraw_releaseJiri Kosina1-0/+2