From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Buades Rubio Subject: USB support for smart card reader Date: Fri, 03 Oct 2008 19:52:23 +0200 Message-ID: <1223056343.11512.5.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from smtp.ono.com ([62.42.230.12]:12256 "EHLO resmaa01.ono.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752466AbYJCR6Y (ORCPT ); Fri, 3 Oct 2008 13:58:24 -0400 Received: from [62.43.14.96] (62.43.14.96) by resmaa01.ono.com (7.3.118.8) (authenticated as isaigabi) id 48D6F76D00C7CC2D for kvm@vger.kernel.org; Fri, 3 Oct 2008 19:52:23 +0200 Sender: kvm-owner@vger.kernel.org List-ID: When you attach a USB Card Reader from host to guest, but neither KVM-75 or KVM-76 works. It of course connect the USB device, Windows XP detects it as a Cherry XX44 card reader, but it never detects when a smart card is inserted, so the application software cannot contact the smart card. Using KVM-69 the smart card reader was fully functional. CPU Model: Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz KVM Version: KVM-75 / KVM-76 host kernel: 2.6.24-19 i386 (Ubuntu) guest: Windows XP SP2 command line: kvm -hda wxp-b.img -net nic,model=virtio -net vde -m 256 -usb -usbdevice tablet -localtime -fda floppy -boot a -no-acpi -usbdevice 'host:auto:*.*:046a:002d' Using -no-kvm-irqchip: cannot read smart card Using -no-kvm-pit: cannot read smart card Using -no-kvm: cannot read smart card Thank you very much