aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-04 20:42:38 +0200
committerMarcel Holtmann <holtmann@holtmann.org>2004-07-04 20:42:38 +0200
commita47c02d5ce9aaf5a8ed210e9103a26c6f628f6ba (patch)
treef44068aac410b5b042b34740f3e47773c26b0bf0 /fs
parent5d681f993b805c5652fa3d5f96649c84dff41524 (diff)
downloadhistory-a47c02d5ce9aaf5a8ed210e9103a26c6f628f6ba.tar.gz
[Bluetooth] Add HID protocol support
This patch adds support for the Bluetooth HID protocol to the Bluetooth subsystem. Currently only the boot mode is supported. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/compat_ioctl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index fc3fb9f1414f2c..66bbfee0044f4c 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1960,6 +1960,11 @@ static int do_blkgetsize64(unsigned int fd, unsigned int cmd,
#define CMTPGETCONNLIST _IOR('C', 210, int)
#define CMTPGETCONNINFO _IOR('C', 211, int)
+#define HIDPCONNADD _IOW('H', 200, int)
+#define HIDPCONNDEL _IOW('H', 201, int)
+#define HIDPGETCONNLIST _IOR('H', 210, int)
+#define HIDPGETCONNINFO _IOR('H', 211, int)
+
struct floppy_struct32 {
compat_uint_t size;
compat_uint_t sect;