aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat-kone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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