Commit 9b7c859
committed
driver: add support for Guermok HDMI to USB 3.0 capture dongle
This low-cost[1] capture dongle supports MJPEG (and YUYV) and supports
up to 3840x2160@18 on USB 3.0 speeds.
When connected over USB 2.0, the highest supported mode is 1920x1080@50
as reported by v4l2-ctl[2].
Choose MJPEG to conserve USB bandwidth and add 1920x1080 as default
mode.
While at it, fix a typo two lines down.
[1]: https://www.amazon.de/dp/B08Z3XDYQ7
[2]: https://gist.github.com/a3f/70b1156464caa670a469c86912e4ba9c
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>1 parent 881de63 commit 9b7c859
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | | - | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
0 commit comments