summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-06-14 22:45:49 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2009-06-14 22:45:49 +0200
commitb322b7816908487c08b89b72f838174c37d8c836 (patch)
tree8fde3f20bf6fb97b91fd3f88e032251f0c569d00 /drivers/hid/hidraw.c
parentMerge master.kernel.org:/home/rmk/linux-2.6-arm (diff)
parentMerge branches 'upstream' and 'ntrig-multitouch' into for-linus (diff)
downloadlinux-b322b7816908487c08b89b72f838174c37d8c836.tar.xz
linux-b322b7816908487c08b89b72f838174c37d8c836.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: HID: fix inverted wheel for bluetooth version of apple mighty mouse HID: no more reinitializtion is needed in post_reset HID: hidraw -- fix comment about accepted devices HID: Multitouch support for the N-Trig touchscreen HID: add new multitouch and digitizer contants HID: autocentering support for Logitech Force 3D Pro HID: fix hid-ff drivers so that devices work even without ff support HID: force feedback support for SmartJoy PLUS PS2/USB adapter HID: Wacom Graphire Bluetooth driver HID: autocentering support for Logitech G25 Racing Wheel
Diffstat (limited to '')
-rw-r--r--drivers/hid/hidraw.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c
index 00ccf4b1985d..0c6639ea03dd 100644
--- a/drivers/hid/hidraw.c
+++ b/drivers/hid/hidraw.c
@@ -349,10 +349,7 @@ int hidraw_connect(struct hid_device *hid)
int minor, result;
struct hidraw *dev;
- /* TODO currently we accept any HID device. This should later
- * probably be fixed to accept only those devices which provide
- * non-input applications
- */
+ /* we accept any HID device, no matter the applications */
dev = kzalloc(sizeof(struct hidraw), GFP_KERNEL);
if (!dev)