summaryrefslogtreecommitdiffstats
path: root/input/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-29 03:58:10 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-29 03:58:10 +0000
commit6de268e32d69d08a9cf50c41f4a3ee67ade3ec99 (patch)
tree3f021eda890caebf8c82e8198659644cfe74b92f /input/device.h
parenteb5c0bd71f2e1c427ce197f9c94ab9540d305922 (diff)
Don't set MTU value to 48
Diffstat (limited to 'input/device.h')
-rw-r--r--input/device.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/input/device.h b/input/device.h
index b3316841..5501d3b9 100644
--- a/input/device.h
+++ b/input/device.h
@@ -20,11 +20,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
-#define L2CAP_PSM_HIDP_CTRL 0x11
-#define L2CAP_PSM_HIDP_INTR 0x13
+
+#define L2CAP_PSM_HIDP_CTRL 0x11
+#define L2CAP_PSM_HIDP_INTR 0x13
int input_device_register(DBusConnection *conn, bdaddr_t *src, bdaddr_t *dst,
- struct hidp_connadd_req *hidp, const char **ppath);
+ struct hidp_connadd_req *hidp, const char **ppath);
int fake_input_register(DBusConnection *conn, bdaddr_t *src,
bdaddr_t *dst, uint8_t ch, const char **ppath);
int input_device_unregister(DBusConnection *conn, const char *path);
@@ -32,4 +33,4 @@ int input_device_unregister(DBusConnection *conn, const char *path);
int input_device_get_bdaddr(DBusConnection *conn, const char *path,
bdaddr_t *src, bdaddr_t *dst);
int l2cap_connect(bdaddr_t *src, bdaddr_t *dst,
- unsigned short psm, GIOFunc cb, void *data);
+ unsigned short psm, GIOFunc cb, void *data);