[PATCH] usb-serial: support NAL Research Corporation Iridium modems

2020-10-20 Thread Bertold Van den Bergh
This driver is for NAL Reserach Corporation Iridium modems with USB. There are different variants of the bus protocol, but the driver should detect this automatically. Signed-off-by: Bertold Van den Bergh --- Documentation/usb/usb-serial.rst | 15 ++ drivers/usb/serial/Kconfig | 9

[PATCH v2] V4L2 SDR: Add Real U8 format (V4L2_SDR_FMT_RU8)

2017-04-24 Thread Bertold Van den Bergh
This patch adds support for the Real U8 format to the V4L2 SDR framework. Signed-off-by: Bertold Van den Bergh <vandenbe...@bertold.org> --- Thanks for your comments. I was not aware of the V4L format documentation. I don't think there is a clear natural ordering for these types of formats,

[PATCH v2] V4L2 SDR: Add Real U8 format (V4L2_SDR_FMT_RU8)

2017-04-24 Thread Bertold Van den Bergh
This patch adds support for the Real U8 format to the V4L2 SDR framework. Signed-off-by: Bertold Van den Bergh --- Thanks for your comments. I was not aware of the V4L format documentation. I don't think there is a clear natural ordering for these types of formats, but I agree it looks more

[PATCH] V4L2 SDR: Add Real U8 format (V4L2_SDR_FMT_RU8)

2017-04-23 Thread Bertold Van den Bergh
This patch adds support for the Real U8 format to the V4L2 SDR framework. This will be used for a piece of hardware we are developing. Signed-off-by: Bertold Van den Bergh <vandenbe...@bertold.org> --- drivers/media/v4l2-core/v4l2-ioctl.c | 1 + include/uapi/linux/videodev2.h |

[PATCH] V4L2 SDR: Add Real U8 format (V4L2_SDR_FMT_RU8)

2017-04-23 Thread Bertold Van den Bergh
This patch adds support for the Real U8 format to the V4L2 SDR framework. This will be used for a piece of hardware we are developing. Signed-off-by: Bertold Van den Bergh --- drivers/media/v4l2-core/v4l2-ioctl.c | 1 + include/uapi/linux/videodev2.h | 1 + 2 files changed, 2 insertions