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.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/linux/socket_bluetooth.txt') diff --git a/sys/linux/socket_bluetooth.txt b/sys/linux/socket_bluetooth.txt index 9aeceefce..830c5624c 100644 --- a/sys/linux/socket_bluetooth.txt +++ b/sys/linux/socket_bluetooth.txt @@ -130,12 +130,12 @@ getsockopt$bt_BT_RCVMTU(fd sock_bt, level const[SOL_BLUETOOTH], opt const[BT_RCV bt_voice_settings = BT_VOICE_TRANSPARENT, BT_VOICE_CVSD_16BIT -type hci_dev_t int16[-1:10] +type hci_dev_t int16[-1:4] sockaddr_hci { - fam const[AF_BLUETOOTH, int16] - dev hci_dev_t - chan flags[bt_chi_chan, int16] + hci_family const[AF_BLUETOOTH, int16] + hci_dev hci_dev_t + hci_channel flags[bt_hci_chan, int16] } hci_inquiry_req { @@ -293,7 +293,7 @@ bnep_connlist_req { ci ptr[out, array[bnep_conninfo]] } -bt_chi_chan = HCI_CHANNEL_RAW, HCI_CHANNEL_USER, HCI_CHANNEL_MONITOR, HCI_CHANNEL_CONTROL +bt_hci_chan = HCI_CHANNEL_RAW, HCI_CHANNEL_USER, HCI_CHANNEL_MONITOR, HCI_CHANNEL_CONTROL, HCI_CHANNEL_LOGGING bt_hci_ioctl = HCIDEVUP, HCIDEVDOWN, HCIDEVRESET, HCIDEVRESTAT, HCIGETDEVLIST, HCIGETDEVINFO, HCIGETCONNLIST, HCIGETCONNINFO, HCIGETAUTHINFO, HCISETRAW, HCISETSCAN, HCISETAUTH, HCISETENCRYPT, HCISETPTYPE, HCISETLINKPOL, HCISETLINKMODE, HCISETACLMTU, HCISETSCOMTU, HCIBLOCKADDR, HCIUNBLOCKADDR, HCIINQUIRY bt_hci_sockopt = HCI_DATA_DIR, HCI_TIME_STAMP, HCI_FILTER bt_l2cap_type = SOCK_SEQPACKET, SOCK_STREAM, SOCK_DGRAM, SOCK_RAW -- cgit mrf-deployment