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)