From 00eccecc258e8fa25aab0145854823feb263ed15 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 9 Jul 2010 16:28:36 -0300 Subject: [PATCH] --- yaml --- r: 203868 b: refs/heads/master c: 2cdf096fffaa257e7449611295a38c46dc921c8b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/compat_ioctl.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 852e81295c5d..4449a7ae7343 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9aeb2ddd441f0c8699ff04c499d7213730a0f04 +refs/heads/master: 2cdf096fffaa257e7449611295a38c46dc921c8b diff --git a/trunk/fs/compat_ioctl.c b/trunk/fs/compat_ioctl.c index 18638969a659..547452de5ca2 100644 --- a/trunk/fs/compat_ioctl.c +++ b/trunk/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)