Replies: 3 comments
|
@kkjdroid Hmm, very, very interesting suggestion. I'll do some more research on this when I get a chance to confirm feasibility. |
|
So, I did said research and recalled this idea was floated waaay back here I found at least 2 CEC protocols that should work with a generic Linux kernel:
both appear as USB-CDC, rainshadow is ASCII, pulse-eight is binary. If I reframe this project as 'HDMI CEC to USB adapter' (and drop the HID), then it starts to make more sense. With the recent exposure of
This will take some time to investigate, design and implement, but does indeed seem reasonable. |
|
I have created an issue to track this as I believe there is a clean way to support. |
Uh oh!
There was an error while loading. Please reload this page.
I don't know if this is remotely within scope, but if this device could show up as a /dev/cec* via V4L2's driver or libCEC, it would integrate with a pretty decent amount of software that's already compatible with devices that have built-in CEC (e.g. Raspberry Pi, Steam Machine). Even Konsole can use my remote's directional buttons on the Pi.
All reactions