diff --git a/hw/usb/dev-hid.c b/hw/usb/dev-hid.c index 97010488872cacd0aa529a17da07b1ca004e14de..317b4740e2accb4059d39d0961352f870041d603 100644 --- a/hw/usb/dev-hid.c +++ b/hw/usb/dev-hid.c @@ -236,7 +236,7 @@ static const USBDescDevice desc_device_tablet2 = { .bNumInterfaces = 1, .bConfigurationValue = 1, .iConfiguration = STR_CONFIG_TABLET, - .bmAttributes = 0xa0, + .bmAttributes = 0x80, .bMaxPower = 50, .nif = 1, .ifs = &desc_iface_tablet2,