HID: roccat: add driver for Roccat Pyra mouse
authorStefan Achatz <erazor_de@users.sourceforge.net>
Sun, 29 Aug 2010 10:30:18 +0000 (12:30 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 1 Sep 2010 10:41:17 +0000 (12:41 +0200)
commitcb7cf3da0daa9830e00640da8f7d2380f4b4de42
tree709b4c7dd0d0d99fd41e74824a1188585f7d0cd4
parent763008c4357b73c8d18396dfd8d79dc58fa3f99d
HID: roccat: add driver for Roccat Pyra mouse

This patch add support for Pyra mobile gaming mouse from Roccat.
It provides access to profiles, settings, actual settings etc.
through sysfs attributes.
This driver is conceptual similar to the existing Kone driver.
Userland tools can soon be found at http://sourceforge.net/projects/roccat

Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/ABI/testing/sysfs-driver-hid-roccat-pyra [new file with mode: 0644]
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-roccat-pyra.c [new file with mode: 0644]
drivers/hid/hid-roccat-pyra.h [new file with mode: 0644]