Bluetooth: Use the control channel for raw HID reports
authorBastien Nocera <[email protected]>
Wed, 20 Jan 2010 12:00:42 +0000 (12:00 +0000)
committerMarcel Holtmann <[email protected]>
Sat, 30 Jan 2010 13:57:39 +0000 (05:57 -0800)
commit6bf8268f9a91f1065c99503161ebd061492bebe3
treecb8ed2df7d52e63346d52bf7b0b5008987d1d86e
parent9670d80a9a6e24725c4111bef5d6cc7786ad0dc5
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 <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
net/bluetooth/hidp/core.c