diff options
author | Alon Levy <alevy@redhat.com> | 2010-09-06 20:28:04 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-09-06 20:28:04 +0300 |
commit | e4ea146970061a42c4393dbcbfc9327470b21cf1 (patch) | |
tree | 6a464cbf9186b7e3967d6c404a4c579dc2d21461 | |
parent | bca7c96cdf9f2abc871d26666294de5d0d6e1e5c (diff) |
usb-ccid: enable debugusb-ccid.kvm.v18
-rw-r--r-- | hw/usb-ccid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-ccid.c b/hw/usb-ccid.c index 6ea6c4d58..fb5e37ef1 100644 --- a/hw/usb-ccid.c +++ b/hw/usb-ccid.c @@ -34,7 +34,7 @@ #include <vscard_common.h> -//#define DEBUG_CCID +#define DEBUG_CCID #ifdef DEBUG_CCID #define DPRINTF(fmt, ...) \ |