hidp.h (5a84d159061d914c8dd4aa372ac6e9529c2be453) hidp.h (e1aaadd4d8162a2c33e41dd5a72234ea4d3b014f)
1/*
2 HIDP implementation for Linux Bluetooth stack (BlueZ).
3 Copyright (C) 2003-2004 Marcel Holtmann <marcel@holtmann.org>
4
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License version 2 as
7 published by the Free Software Foundation;
8

--- 131 unchanged lines hidden (view full) ---

140
141 atomic_t terminate;
142
143 unsigned char keys[8];
144 unsigned char leds;
145
146 struct input_dev *input;
147
1/*
2 HIDP implementation for Linux Bluetooth stack (BlueZ).
3 Copyright (C) 2003-2004 Marcel Holtmann <marcel@holtmann.org>
4
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License version 2 as
7 published by the Free Software Foundation;
8

--- 131 unchanged lines hidden (view full) ---

140
141 atomic_t terminate;
142
143 unsigned char keys[8];
144 unsigned char leds;
145
146 struct input_dev *input;
147
148 struct hid_device *hid;
149
148 struct timer_list timer;
149
150 struct sk_buff_head ctrl_transmit;
151 struct sk_buff_head intr_transmit;
152};
153
154static inline void hidp_schedule(struct hidp_session *session)
155{

--- 12 unchanged lines hidden ---
150 struct timer_list timer;
151
152 struct sk_buff_head ctrl_transmit;
153 struct sk_buff_head intr_transmit;
154};
155
156static inline void hidp_schedule(struct hidp_session *session)
157{

--- 12 unchanged lines hidden ---