diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 13:40:58 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 15:00:09 +0000 |
| commit | c22c6600ea5172145e20d546d9856421eaee0527 (patch) | |
| tree | 594aa44ead8e823e0f82d4cbf814c429d35ba248 /sys/linux/socket_netlink_generic_nfc.txt.const | |
| parent | 354ef1b79576274b4f240cee74dc43cecdbbd0db (diff) | |
pkg/compiler: add consts to all files that mention them
We already do this in most cases except for template structs (nlattr notably).
Add consts that are used in template structs to all files that use them.
This helps to avoid flakiness, and allows to replace descriptions files
with other descriptions files without regenerating all const files.
This also fixes check for presence of descriptions for sys/linux/auto.txt.json.
Diffstat (limited to 'sys/linux/socket_netlink_generic_nfc.txt.const')
| -rw-r--r-- | sys/linux/socket_netlink_generic_nfc.txt.const | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_generic_nfc.txt.const b/sys/linux/socket_netlink_generic_nfc.txt.const index 4d4d02cc3..a2d7a106f 100644 --- a/sys/linux/socket_netlink_generic_nfc.txt.const +++ b/sys/linux/socket_netlink_generic_nfc.txt.const @@ -4,14 +4,38 @@ LLCP_MAX_MIUX = 2047 LLCP_MAX_RW = 15 NFC_ATTR_COMM_MODE = 10 NFC_ATTR_DEVICE_INDEX = 1 +NFC_ATTR_FIRMWARE_NAME = 20 NFC_ATTR_IM_PROTOCOLS = 13 +NFC_ATTR_LLC_PARAM_LTO = 15 NFC_ATTR_LLC_PARAM_MIUX = 17 NFC_ATTR_LLC_PARAM_RW = 16 NFC_ATTR_LLC_SDP = 19 NFC_ATTR_PROTOCOLS = 3 +NFC_ATTR_SE_APDU = 25 NFC_ATTR_SE_INDEX = 21 NFC_ATTR_TARGET_INDEX = 4 NFC_ATTR_TM_PROTOCOLS = 14 +NFC_ATTR_VENDOR_DATA = 31 +NFC_ATTR_VENDOR_ID = 29 +NFC_ATTR_VENDOR_SUBCMD = 30 +NFC_CMD_ACTIVATE_TARGET = 28 +NFC_CMD_DEACTIVATE_TARGET = 30 +NFC_CMD_DEP_LINK_DOWN = 5 +NFC_CMD_DEP_LINK_UP = 4 +NFC_CMD_DEV_DOWN = 3 +NFC_CMD_DEV_UP = 2 +NFC_CMD_DISABLE_SE = 18 +NFC_CMD_ENABLE_SE = 17 +NFC_CMD_FW_DOWNLOAD = 21 +NFC_CMD_GET_DEVICE = 1 +NFC_CMD_GET_SE = 26 +NFC_CMD_GET_TARGET = 8 +NFC_CMD_LLC_GET_PARAMS = 15 +NFC_CMD_LLC_SDREQ = 19 +NFC_CMD_LLC_SET_PARAMS = 16 +NFC_CMD_SE_IO = 27 +NFC_CMD_START_POLL = 6 +NFC_CMD_VENDOR = 29 NFC_COMM_ACTIVE = 0 NFC_COMM_PASSIVE = 1 NFC_SDP_ATTR_URI = 1 |
