kvm/internal/native
Alex P de74ae1a12 fix: update default EDID to enable audio support
The previous default EDID did not advertise audio capabilities,
preventing HDMI audio capture from working. This update ensures
the JetKVM properly identifies itself to source devices and
enables audio capture out of the box.

Changes:
- Display identifies as "JetKVM HDMI" (manufacturer ID: JTK)
- Includes full audio support (2/6/8-channel LPCM, up to 192 kHz)
- Advertises all TC358743XBG capabilities (1080p60, YCbCr, Deep Color)

This allows HDMI audio to work by default without manual EDID
configuration.
2025-10-30 22:33:04 +02:00
..
cgo Merge branch 'dev' into feat/audio-support 2025-10-30 02:14:30 +02:00
eez feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
cgo_linux.go chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00
cgo_notlinux.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
chan.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ctrl.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
display.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
native.go fix: video quality (#913) 2025-10-29 16:11:07 +01:00
single.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
video.go fix: update default EDID to enable audio support 2025-10-30 22:33:04 +02:00