]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use the control channel for raw HID reports
authorBastien Nocera <hadess@hadess.net>
Wed, 20 Jan 2010 12:00:42 +0000 (12:00 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 30 Jan 2010 13:57:39 +0000 (05:57 -0800)
commite1284696478eda919f568d02b919fd6d6bfb4d50
treecb8ed2df7d52e63346d52bf7b0b5008987d1d86e
parentd7d2afe65f4f702f260c65eb754a2a21fb152346
Bluetooth: Use the control channel for raw HID reports

In commit 1e411369acfbbb7f01e076dd327c3a5c193a8688, 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>
net/bluetooth/hidp/core.c