Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline
@ 2016-01-25  7:44 Marcel Holtmann
  2016-01-27 15:49 ` Johan Hedberg
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2016-01-25  7:44 UTC (permalink / raw)
  To: linux-bluetooth

The HCIUARTGETDEVICE, HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctl are
missing the COMPATIBLE_IOCTL declaration.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 fs/compat_ioctl.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index a5b8eb69a8f4..6402eaf8ab95 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1261,6 +1261,9 @@ COMPATIBLE_IOCTL(HCIUNBLOCKADDR)
 COMPATIBLE_IOCTL(HCIINQUIRY)
 COMPATIBLE_IOCTL(HCIUARTSETPROTO)
 COMPATIBLE_IOCTL(HCIUARTGETPROTO)
+COMPATIBLE_IOCTL(HCIUARTGETDEVICE)
+COMPATIBLE_IOCTL(HCIUARTSETFLAGS)
+COMPATIBLE_IOCTL(HCIUARTGETFLAGS)
 COMPATIBLE_IOCTL(RFCOMMCREATEDEV)
 COMPATIBLE_IOCTL(RFCOMMRELEASEDEV)
 COMPATIBLE_IOCTL(RFCOMMGETDEVLIST)
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-30 15:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25  7:44 [PATCH] Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline Marcel Holtmann
2016-01-27 15:49 ` Johan Hedberg
2016-01-27 23:09   ` Jaap Jan Meijer
2016-01-29 10:44     ` Marcel Holtmann
2016-01-29 11:40       ` Jaap Jan Meijer
2016-01-29 11:46       ` Jaap Jan Meijer
2016-01-30 15:00       ` Jaap Jan Meijer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox