commit | 3fa0bfbab1352b7fa907ae8b0199bd16b6e5d425 | [log] [tgz] |
---|---|---|
author | Tejas Patil <tejaspp@ami.com> | Thu Dec 23 15:44:47 2021 +0530 |
committer | Tejas Pratap Patil <tejaspp@ami.com> | Mon May 02 05:22:42 2022 +0000 |
tree | 8c4255f7c82c16b24725523fd29e5ca1e5fa6a78 | |
parent | a4f63b38f1e72a3c34c54e275803d945b949483b [diff] |
Add Mouse Wheel Scroll Events This commit add support for mouse wheel scroll events in KVM. It supports for mouse scroll up/down buttons, by which user can use mouse wheel functionality. Testing: Tested mouse wheel functionality. Verified mouse wheel scroll up/down functions. Signed-off-by: Tejas Patil <tejaspp@ami.com> Change-Id: I7f53f0f203a81b55f2377982571e8f415ed99df2
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