Mon PDA Axim ne fonctionne pas sous Fedora (il est détecté mais il n'est pas correctement géré). Par contre je voudrais qu'il soit détecté sous qemu pour que je puisse l'utiliser avec mon pc virtuel sous xp.
Quelqu'un a-t-il testé ?
Merci
3.9 USB emulation
QEMU emulates a PCI UHCI USB controller. You can virtually plug virtual USB devices or real host USB devices (experimental, works only on Linux hosts). Qemu will automatically create and connect virtual USB hubs as neccessary to connect multiple USB devices.
3.9.1 Connecting USB devices
USB devices can be connected with the `-usbdevice' commandline option or the usb_add monitor command. Available devices are:
mouse
Virtual Mouse. This will override the PS/2 mouse emulation when activated.
tablet
Pointer device that uses abolsute coordinates (like a touchscreen). This means qemu is able to report the mouse position without having to grab the mouse. Also overrides the PS/2 mouse emulation when activated.
disk:file
Mass storage device based on file (see section 3.6 Disk Images)
host:bus.addr
Pass through the host device identified by bus.addr (Linux only)
host:vendor_id:product_id
Pass through the host device identified by vendor_id:product_id (Linux only)