mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
Bluetooth: Add missing HCIUARTGETDEVICE ioctl to compat_ioctl.c
Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
e9aeb2ddd4
commit
2cdf096fff
@ -601,8 +601,9 @@ static int ioc_settimeout(unsigned int fd, unsigned int cmd,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Bluetooth ioctls */
|
/* Bluetooth ioctls */
|
||||||
#define HCIUARTSETPROTO _IOW('U', 200, int)
|
#define HCIUARTSETPROTO _IOW('U', 200, int)
|
||||||
#define HCIUARTGETPROTO _IOR('U', 201, int)
|
#define HCIUARTGETPROTO _IOR('U', 201, int)
|
||||||
|
#define HCIUARTGETDEVICE _IOR('U', 202, int)
|
||||||
|
|
||||||
#define BNEPCONNADD _IOW('B', 200, int)
|
#define BNEPCONNADD _IOW('B', 200, int)
|
||||||
#define BNEPCONNDEL _IOW('B', 201, int)
|
#define BNEPCONNDEL _IOW('B', 201, int)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user