diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2010-05-26 14:50:50 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-31 07:53:20 -0400 |
commit | 597b49ec6f19b6df975e2101c42b7b1cfe168280 (patch) | |
tree | 5e3509121e81a3e3e119f4f0cc6d3eb08d42f5ab /drivers/hid/hid-roccat-kone.c | |
parent | 67a3e12b05e055c0415c556a315a3d3eb637e29e (diff) |
HID: roccat: remove obsolete comment
Removed comment that is obsolete since roccat char device is
implemented
Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-roccat-kone.c')
-rw-r--r-- | drivers/hid/hid-roccat-kone.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hid/hid-roccat-kone.c b/drivers/hid/hid-roccat-kone.c index 17f2dc04f883..3e5b5534f2ed 100644 --- a/drivers/hid/hid-roccat-kone.c +++ b/drivers/hid/hid-roccat-kone.c | |||
@@ -22,11 +22,6 @@ | |||
22 | * Is it possible to remove and reinstall the urb in raw-event- or any | 22 | * Is it possible to remove and reinstall the urb in raw-event- or any |
23 | * other handler, or to defer this action to be executed somewhere else? | 23 | * other handler, or to defer this action to be executed somewhere else? |
24 | * | 24 | * |
25 | * TODO implement notification mechanism for overlong macro execution | ||
26 | * If user wants to execute an overlong macro only the names of macroset | ||
27 | * and macro are given. Should userland tap hidraw or is there an | ||
28 | * additional streaming mechanism? | ||
29 | * | ||
30 | * TODO is it possible to overwrite group for sysfs attributes via udev? | 25 | * TODO is it possible to overwrite group for sysfs attributes via udev? |
31 | */ | 26 | */ |
32 | 27 | ||