commit | 513d95ef53569b2345e1e12337bade61f0cca2aa | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Tue Aug 20 11:26:53 2019 -0700 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Tue Aug 20 11:26:53 2019 -0700 |
tree | 9f523717e736abe372d45398ae1267f0c042671f | |
parent | 95a3b35bf30f730d2bc512bd42aea45746c625e6 [diff] |
Add keypad input support This commit makes keypad inputs available. Change-Id: I95a9268cd930c85846947b6bd49c97087121ca8a Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0