* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#include "vl.h"
+#include "hw.h"
+#include "console.h"
+#include "usb.h"
/* HID interface requests */
#define GET_REPORT 0xa101
0x81, 0x02, 0x95, 0x01, 0x75, 0x05, 0x81, 0x01,
0x05, 0x01, 0x09, 0x30, 0x09, 0x31, 0x15, 0x81,
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[] = {