summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-kovaplus
Commit message (Collapse)AuthorAgeFilesLines
* HID: roccat: Fixed resubmit: Deprecating most Roccat sysfs attributesStefan Achatz2015-10-211-0/+50
| | | | | | | | | | | | Deprecates all Roccat sysfs attributes except the ones for the old Kone by moving abi descriptions from testing to obsolete. For most devices everything can be done using the hidraw ioctls HIDIOCGFEATURE and HIDIOCSFEATURE, so I would suggest future removal of device specific drivers. The userspace tools don't use these attributes for a year now. The first Kone is not fully HID-compliant and will still need a module. Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* HID: roccat: deprecate some Kovaplus attributesStefan Achatz2012-11-121-0/+25
| | | | | | | | Introduced attribute "control" and made profile_settings and profile_buttons readable, which makes profile[1-5]_settings and profile[1-5]_buttons obsolete. Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* HID: roccat: cleanup of kovaplus moduleStefan Achatz2012-11-121-0/+41
Partially removed unneeded informations and data caching. Moved code nearer to format of newer drivers. Added "info" sysfs attribute to support device reset and deprecate other attributes. Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>