aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-17HID: hidraw: tighten ioctl command parsingBenjamin Tissoires1-102/+122
2024-08-29HID: hidraw: add HIDIOCREVOKE ioctlPeter Hutterer1-4/+35
2024-07-01HID: bpf: fix gcc warning and unify __u64 into u64Benjamin Tissoires1-3/+3
2024-06-27HID: bpf: add HID-BPF hooks for hid_hw_output_reportBenjamin Tissoires1-1/+1
2024-06-27HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooksBenjamin Tissoires1-2/+2
2024-06-27HID: add source argument to HID low level functionsBenjamin Tissoires1-5/+5
2024-01-25HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui1-2/+5
2023-08-05HID: hidraw: make hidraw_class structure constGreg Kroah-Hartman1-9/+9
2023-06-27Merge branch 'for-6.5/apple' into for-linusJiri Kosina1-1/+1
2023-06-21HID: hidraw: fix data race on device refcountLudvig Michaelsson1-2/+7
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-08-25HID: hidraw: fix memory leak in hidraw_release()Karthik Alapati1-0/+2
2021-12-14HID: hidraw: Replace hidraw device table mutex with a rwsemAndré Almeida1-17/+17
2020-11-27HID: hidraw: Add additional hidraw input/output report ioctls.Dean Camera1-1/+23
2020-01-27Merge branch 'for-5.6/hidraw' into for-linusJiri Kosina1-0/+9
2020-01-10HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina1-3/+4
2019-12-11HID: hidraw: add support uniq ioctlMarcel Holtmann1-0/+9
2019-12-09HID: hidraw: Fix returning EPOLLOUT from hidraw_pollMarcel Holtmann1-2/+2
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-5/+5
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-3/+1
2019-10-01HID: hidraw: replace printk() with corresponding pr_xx() variantRishi Gupta1-5/+5
2019-09-22Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina1-1/+1
2019-08-22HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern1-1/+1
2019-08-05hidraw: Return EPOLLOUT from hidraw_pollFabian Henneke1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 297Thomas Gleixner1-9/+1
2018-11-12HID: hidraw: enforce minors_lock locking via lockdepJiri Kosina1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-09HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa1-0/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-10-02HID: hidraw: fix power sequence when closing deviceDmitry Torokhov1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-05-17Merge branch 'for-4.7/upstream' into for-linusJiri Kosina1-3/+2
2016-04-04HID: hidraw: silence an uninitialized variable warningDan Carpenter1-3/+2
2016-03-24HID: hidraw: switch to using memdup_userDmitry Torokhov1-9/+4
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/vir...Linus 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...Jiri 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-susp...Jiri 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 imp...Tejun 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/jik...Linus 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
2008-07-23HID: Push down BKL into ioctl handler in hidrawAlan Cox1-22/+24
2008-07-21device create: hid: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-06-20HID: cdev lock_kernel() pushdownJonathan Corbet1-0/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-2/+2
2007-10-15HID: fix HIDIOCGRDESC memory access in hidrawJiri Kosina1-3/+9
2007-10-14HID: hidraw_connect() memleak fixMariusz Kozlowski1-4/+10
2007-10-14HID: add hidraw interfaceJiri Kosina1-0/+395