aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-hid.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22hid: Implement support for side and extra buttonsNoah Bergbauer1-3/+3
2021-05-04usb/hid: avoid dynamic stack allocationGerd Hoffmann1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-31hw/usb: Regroup USB HID protocol valuesCésar Belley1-19/+7
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-3/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann1-11/+15
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-3/+3
2018-06-01usb: use local path for local headersMichael S. Tsirkin1-1/+1
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-2/+2
2017-02-06hw/usb/dev-hid: Improve guest compatibility of usb-tabletPhil Dennis-Jordan1-3/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-05-08usb: usb-hid QOMifyGonglei1-14/+20
2014-10-15usb-hid: Add high speed keyboard configurationJan Vesely1-1/+65
2014-10-15usb-hid: Add high speed mouse configurationJan Vesely1-1/+70
2014-10-15usb-hid: Move descriptor decision to usb-hid initfnJan Vesely1-20/+21
2014-09-23dev-hid: convert init to realizeGonglei1-14/+13
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann1-0/+13
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-2/+2
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-4/+4
2014-01-16usb-hid: add microsoft os descriptor supportGerd Hoffmann1-0/+8
2013-11-28Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"Gerd Hoffmann1-1/+1
2013-09-02usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+3
2013-06-24usb: add serial bus propertyGerd Hoffmann1-0/+3
2013-04-08Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-04-03usb-tablet: Don't claim wakeup capability for USB-2 versionHans de Goede1-1/+1
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-3/+3
2013-01-07hid: Change idle handling to use a timerHans de Goede1-5/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-1/+1
2012-12-04usb-tablet: Allow connecting to ehciHans de Goede1-1/+84
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-23/+19
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-1/+1
2012-03-13usb: the big renameGerd Hoffmann1-0/+638