diff options
author | David S. Miller <davem@davemloft.net> | 2010-02-08 22:45:56 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-08 22:45:56 -0800 |
commit | 44bfce5c3ec91baf8ffcd075c66711740f29a949 (patch) | |
tree | f11621b66679902ecc84434f987d50c3609f0194 /net/bluetooth/hidp/hidp.h | |
parent | bcf4d812e66ee95f762b38063d654fd1ff7156b0 (diff) | |
parent | 15c697ce1c5b408c5e20dcdc6aea2968d1125b75 (diff) | |
download | linux-44bfce5c3ec91baf8ffcd075c66711740f29a949.tar.gz linux-44bfce5c3ec91baf8ffcd075c66711740f29a949.tar.bz2 linux-44bfce5c3ec91baf8ffcd075c66711740f29a949.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
Diffstat (limited to 'net/bluetooth/hidp/hidp.h')
-rw-r--r-- | net/bluetooth/hidp/hidp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index faf3d74c3586..a4e215d50c10 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h @@ -154,7 +154,9 @@ struct hidp_session { struct sk_buff_head ctrl_transmit; struct sk_buff_head intr_transmit; - struct hidp_connadd_req *req; + /* Report descriptor */ + __u8 *rd_data; + uint rd_size; }; static inline void hidp_schedule(struct hidp_session *session) |