Skip to content

Commit d10d34a

Browse files
holtmannJohan Hedberg
authored andcommitted
Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline
The HCIUARTGETDEVICE, HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctl are missing the COMPATIBLE_IOCTL declaration. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
1 parent 87f5fed commit d10d34a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fs/compat_ioctl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,9 @@ COMPATIBLE_IOCTL(HCIUNBLOCKADDR)
12611261
COMPATIBLE_IOCTL(HCIINQUIRY)
12621262
COMPATIBLE_IOCTL(HCIUARTSETPROTO)
12631263
COMPATIBLE_IOCTL(HCIUARTGETPROTO)
1264+
COMPATIBLE_IOCTL(HCIUARTGETDEVICE)
1265+
COMPATIBLE_IOCTL(HCIUARTSETFLAGS)
1266+
COMPATIBLE_IOCTL(HCIUARTGETFLAGS)
12641267
COMPATIBLE_IOCTL(RFCOMMCREATEDEV)
12651268
COMPATIBLE_IOCTL(RFCOMMRELEASEDEV)
12661269
COMPATIBLE_IOCTL(RFCOMMGETDEVLIST)

0 commit comments

Comments
 (0)