提交 14512990 编写于 作者: B balrog

Add mouse wheel in the usb-mouse HID Report (by Daniel Godás).


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3906 c046a42c-6fe2-441c-8c8c-71466251a162
上级 1492a3c4
...@@ -262,7 +262,9 @@ static const uint8_t qemu_mouse_hid_report_descriptor[] = { ...@@ -262,7 +262,9 @@ static const uint8_t qemu_mouse_hid_report_descriptor[] = {
0x81, 0x02, 0x95, 0x01, 0x75, 0x05, 0x81, 0x01, 0x81, 0x02, 0x95, 0x01, 0x75, 0x05, 0x81, 0x01,
0x05, 0x01, 0x09, 0x30, 0x09, 0x31, 0x15, 0x81, 0x05, 0x01, 0x09, 0x30, 0x09, 0x31, 0x15, 0x81,
0x25, 0x7F, 0x75, 0x08, 0x95, 0x02, 0x81, 0x06, 0x25, 0x7F, 0x75, 0x08, 0x95, 0x02, 0x81, 0x06,
0xC0, 0xC0, 0x05, 0x01, 0x09, 0x38, 0x15, 0x81, 0x25, 0x7F,
0x35, 0x00, 0x45, 0x00, 0x75, 0x08, 0x95, 0x01,
0x81, 0x02, 0xC0, 0xC0,
}; };
static const uint8_t qemu_tablet_hid_report_descriptor[] = { static const uint8_t qemu_tablet_hid_report_descriptor[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册