From f4e7270e33225b8f25b74ab9072e9b670f2f82ae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 25 Jan 2020 22:30:06 +0100 Subject: sys/linux: extend DRM ioctl descriptions + disable binderfs (see comments) + add few more missing tty ioctls + improve few minor things in hci descriptions --- sys/linux/socket_bluetooth_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_bluetooth_amd64.const') diff --git a/sys/linux/socket_bluetooth_amd64.const b/sys/linux/socket_bluetooth_amd64.const index c8486affb..1f508782c 100644 --- a/sys/linux/socket_bluetooth_amd64.const +++ b/sys/linux/socket_bluetooth_amd64.const @@ -54,6 +54,7 @@ HCIUNBLOCKADDR = 1074022631 HCI_ACLDATA_PKT = 2 HCI_AMP = 1 HCI_CHANNEL_CONTROL = 3 +HCI_CHANNEL_LOGGING = 4 HCI_CHANNEL_MONITOR = 2 HCI_CHANNEL_RAW = 0 HCI_CHANNEL_USER = 1 -- cgit mrf-deployment