aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat-kone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-28HID: use kobj_to_dev()Geliang Tang1-8/+4
2014-10-29HID: roccat: Fix code style issuesHans Duedal1-4/+5
2013-09-30HID: roccat: Fix "cannot create duplicate filename" problemsStefan Achatz1-1/+1
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-2/+2
2013-08-19hid: roccat-kone: fix off-by-one bug in attributesGreg Kroah-Hartman1-1/+1
2013-08-19hid: roccat-kone: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-46/+34
2013-08-19HID: roccat: convert class code to use dev_groupsGreg Kroah-Hartman1-12/+18
2013-07-23HID: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-04-08HID: roccat: added media key support for KoneStefan Achatz1-1/+2
2012-06-28HID: roccat: fix wrong hid_err usage on struct usb_deviceStefan Achatz1-3/+3
2011-11-20HID: roccat: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1
2011-09-07HID: roccat: Kone now reports external profile changes via roccat deviceStefan Achatz1-1/+15
2011-09-07HID: roccat: cleaned up code for Kone and fixed wrong initialization valueStefan Achatz1-21/+22
2011-09-07HID: roccat: Fixed false dpi reporting when using osd eventStefan Achatz1-2/+2
2011-06-13HID: roccat: fix NULL pointer dereference, add range checksStefan Achatz1-0/+3
2011-06-13HID: roccat: correction and cleanup of HID feature reportsStefan Achatz1-6/+47
2011-02-03HID: roccat: Rename header roccat.h -> hid-roccat.hStefan Achatz1-1/+1
2011-02-03HID: roccat: Fix NULL pointer dereference when unloading moduleStefan Achatz1-1/+1
2011-02-03HID: roccat: Add ioctl command to retreive report size from chardevStefan Achatz1-6/+5
2011-02-03HID: roccat: Introduce module hid-roccat-commonStefan Achatz1-105/+38
2011-01-08HID: roccat: reduce number of functions in kone and pyra driversStefan Achatz1-79/+27
2011-01-08HID: roccat: use class for char device for sysfs attribute creationStefan Achatz1-171/+127
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-12/+10
2010-06-21HID: roccat: remove obsolete kone_abi_version sysfs attributeStefan Achatz1-16/+0
2010-06-21HID: roccat: fix offset errors in bin_attribute readStefan Achatz1-2/+2
2010-05-31HID: roccat: change kone_driver_version to kone_abi_versionStefan Achatz1-6/+6
2010-05-31HID: roccat: remove obsolete commentStefan Achatz1-5/+0
2010-05-25HID: roccat: propagate special events of roccat hardware to userspaceStefan Achatz1-0/+49
2010-05-24HID: fix hid-roccat-kone for bin_attr API changeStephen Rothwell1-12/+12
2010-05-19HID: roccat: cleanup preprocessor macrosStefan Achatz1-4/+4
2010-05-19HID: roccat: refactor special event handlingStefan Achatz1-34/+20
2010-05-19HID: roccat: fix special button supportStefan Achatz1-5/+6
2010-05-18HID: roccat: Correctly mark init and exit functionsStefan Achatz1-2/+2
2010-03-30HID: update gfp/slab.h includesTejun Heo1-0/+1
2010-03-22HID: add driver for Roccat Kone gaming mouseStefan Achatz1-0/+1006