aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-ccid.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-3/+4
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann1-1/+3
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-1/+1
2012-02-10usb: kill handle_packet callbackGerd Hoffmann1-1/+0
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-19/+24
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori1-1/+2
2012-01-27ccid: convert to QEMU Object ModelAnthony Liguori1-19/+57
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-16/+22
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann1-8/+0
2011-09-07usb-ccid: remote wakeup supportGerd Hoffmann1-1/+2
2011-09-07usb-ccid: switch to USBDesc*Gerd Hoffmann1-164/+83
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-9/+9
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-21/+25
2011-07-23usb-ccid: Drop unused CCIDCardInfo callback print()Markus Armbruster1-11/+0
2011-06-27Merge remote-tracking branch 'kraxel/usb.17' into stagingAnthony Liguori1-0/+1
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-1/+1
2011-06-23usb: Add a speedmask to devicesHans de Goede1-0/+1
2011-06-14usb-ccid: Plug memory leak on qdev exit()Markus Armbruster1-20/+8
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-2/+2
2011-04-07usb-ccid: Spelling fixesBrad Hards1-4/+4
2011-04-04Fix non-portable format string in usb-ccid.cDavid Gibson1-1/+1
2011-04-01usb-ccid: add CCID busAlon Levy1-0/+1419