Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cdf096f authored by Johan Hedberg's avatar Johan Hedberg Committed by Marcel Holtmann
Browse files

Bluetooth: Add missing HCIUARTGETDEVICE ioctl to compat_ioctl.c

parent e9aeb2dd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -603,6 +603,7 @@ 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 HCIUARTGETDEVICE	_IOR('U', 202, int)

#define BNEPCONNADD	_IOW('B', 200, int)
#define BNEPCONNDEL	_IOW('B', 201, int)