summaryrefslogtreecommitdiff
path: root/hw/usb/dev-smartcard-reader.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-1/+2
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell1-1/+1
2013-04-24dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy1-0/+4
2013-04-24dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy1-0/+45
2013-04-24dev-smartcard-reader: change default protocol to T=0Alon Levy1-3/+3
2013-04-24dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy1-27/+47
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy1-0/+1
2013-04-24dev-smartcard-reader: reuse usb.h definitionsAlon Levy1-11/+5
2013-04-24dev-smartcard-reader: support windows guestAlon Levy1-2/+2
2013-04-24dev-smartcard-reader: remove aborts (never triggered, but just in case)Alon Levy1-8/+12
2013-04-24dev-smartcard-reader: nicer debug messagesAlon Levy1-6/+63
2013-04-24dev-smartcard-reader: white space fixesAlon Levy1-0/+4
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-11-21usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede1-0/+2
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-43/+26
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-2/+2
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori1-5/+10
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini1-1/+1
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini1-4/+6
2012-04-26usb: add serial number generatorGerd Hoffmann1-0/+1
2012-03-13usb: the big renameGerd Hoffmann1-0/+1365