projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aeb2d
)
Bluetooth: Add missing HCIUARTGETDEVICE ioctl to compat_ioctl.c
author
Johan Hedberg
<johan.hedberg@nokia.com>
Fri, 9 Jul 2010 19:28:36 +0000
(16:28 -0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 21 Jul 2010 17:39:11 +0000
(10:39 -0700)
Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
fs/compat_ioctl.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/compat_ioctl.c
b/fs/compat_ioctl.c
index 18638969a65975ec68c11acda5c5fb8b2bc84a9b..547452de5ca2b66edcc75b11212e00a86a3c978e 100644
(file)
--- a/
fs/compat_ioctl.c
+++ b/
fs/compat_ioctl.c
@@
-601,8
+601,9
@@
static int ioc_settimeout(unsigned int fd, unsigned int cmd,
}
/* Bluetooth ioctls */
-#define HCIUARTSETPROTO _IOW('U', 200, int)
-#define HCIUARTGETPROTO _IOR('U', 201, int)
+#define HCIUARTSETPROTO _IOW('U', 200, int)
+#define HCIUARTGETPROTO _IOR('U', 201, int)
+#define HCIUARTGETDEVICE _IOR('U', 202, int)
#define BNEPCONNADD _IOW('B', 200, int)
#define BNEPCONNDEL _IOW('B', 201, int)