[strace/strace] Add lirc ioctl decoding (PR #208)
Dmitry V. Levin
notifications at github.com
Tue Feb 1 12:09:46 UTC 2022
@ldv-alt commented on this pull request.
> +static const struct features {
+ int flag;
+ const char *name;
+} features[] = {
+ { LIRC_CAN_REC_SCANCODE, "LIRC_CAN_REC_SCANCODE" },
+ { LIRC_CAN_REC_MODE2, "LIRC_CAN_REC_MODE2" },
+ { LIRC_CAN_GET_REC_RESOLUTION, "LIRC_CAN_GET_REC_RESOLUTION" },
+ { LIRC_CAN_SEND_PULSE, "LIRC_CAN_SEND_PULSE" },
+ { LIRC_CAN_SET_TRANSMITTER_MASK, "LIRC_CAN_SET_TRANSMITTER_MASK" },
+ { LIRC_CAN_SET_SEND_CARRIER, "LIRC_CAN_SET_SEND_CARRIER" },
+ { LIRC_CAN_SET_SEND_DUTY_CYCLE, "LIRC_CAN_SET_SEND_DUTY_CYCLE" },
+ { LIRC_CAN_SET_REC_CARRIER, "LIRC_CAN_SET_REC_CARRIER" },
+ { LIRC_CAN_SET_REC_CARRIER_RANGE, "LIRC_CAN_SET_REC_CARRIER_RANGE" },
+ { LIRC_CAN_USE_WIDEBAND_RECEIVER, "LIRC_CAN_USE_WIDEBAND_RECEIVER" },
+ { LIRC_CAN_MEASURE_CARRIER, "LIRC_CAN_MEASURE_CARRIER" },
+ { LIRC_CAN_SET_REC_TIMEOUT, "LIRC_CAN_SET_REC_TIMEOUT" },
+};
Given that linux/lirc.h is bundled, there is no need to test LIRC_* constants,
so please add #unconditional to these xlat files.
--
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/pull/208#discussion_r796532001
You are receiving this because you are subscribed to this thread.
Message ID: <strace/strace/pull/208/review/869037983 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20220201/90c53ccd/attachment.htm>
More information about the Strace-devel
mailing list