diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-02-17 23:58:49 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-26 20:42:38 +0100 |
commit | e1aaadd4d8162a2c33e41dd5a72234ea4d3b014f (patch) | |
tree | 5725bc4ce77c42fcf9fd6b3adc173f8403e492ef /net/bluetooth/hidp/hidp.h | |
parent | [Bluetooth] Fix wrong put_user() from HIDP compat ioctl patch (diff) | |
download | linux-e1aaadd4d8162a2c33e41dd5a72234ea4d3b014f.tar.xz linux-e1aaadd4d8162a2c33e41dd5a72234ea4d3b014f.zip |
[Bluetooth] Add support for using the HID subsystem
This patch extends the current Bluetooth HID support to use the new
HID subsystem and adds full report mode support.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hidp/hidp.h')
-rw-r--r-- | net/bluetooth/hidp/hidp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index a326601c8f41..343fb0566b3e 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h @@ -145,6 +145,8 @@ struct hidp_session { struct input_dev *input; + struct hid_device *hid; + struct timer_list timer; struct sk_buff_head ctrl_transmit; |