summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-roccat.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-04-04HID: roccat: silence an uninitialized variable warningDan Carpenter1-3/+2
2013-06-18HID: roccat: check cdev_add return valueMichael Rissi1-3/+13
2013-03-14HID: roccat: fix comments on chardeviceStefan Achatz1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01HID: drivers/hid/hid-roccat.c: eliminate a null pointer dereferenceJulia Lawall1-9/+9
2011-11-01hid: Add module.h to fix up implicit users of itPaul Gortmaker1-0/+1
2011-02-03HID: roccat: Rename header roccat.h -> hid-roccat.hStefan Achatz1-1/+1
2011-02-03HID: roccat: Fix bug that prevented roccat chardev from removing devicesStefan Achatz1-1/+4
2011-02-03HID: roccat: Add ioctl command to retreive report size from chardevStefan Achatz1-10/+38
2011-01-08HID: roccat: use class for char device for sysfs attribute creationStefan Achatz1-12/+5
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-5/+5
2010-12-08HID: add hid_hw_open/close/power() handlersDmitry Torokhov1-16/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-06-02HID: roccat: introduce missing kfreeJulia Lawall1-3/+6
2010-05-25HID: roccat: propagate special events of roccat hardware to userspaceStefan Achatz1-0/+428