commit | 6bf8268f9a91f1065c99503161ebd061492bebe3 | [log] [tgz] |
---|---|---|
author | Bastien Nocera <hadess@hadess.net> | Wed Jan 20 12:00:42 2010 +0000 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Jan 30 05:57:39 2010 -0800 |
tree | cb8ed2df7d52e63346d52bf7b0b5008987d1d86e | |
parent | 9670d80a9a6e24725c4111bef5d6cc7786ad0dc5 [diff] |
Bluetooth: Use the control channel for raw HID reports In commit 2da31939a42f7a676a0bc5155d6a0a39ed8451f2, support for Bluetooth hid_output_raw_report was added, but it pushes the data to the interrupt channel instead of the contol one. This patch makes hid_output_raw_report use the control channel instead. Using the interrupt channel was a mistake. Signed-off-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>