I'm all Linux at home and trying to get a Win7 running in a VM on CentOS 5.6 and kvm to connect to my iTouch and iPhone.
When I plug the iPhone in and run lsusb I get an address of 05AC:12A0
I put that into a hostdev block in the xml file that defines the VM.
<hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0781'/> <product id='0x554f'/> </source> </hostdev>
But...no joy.
Anyone get kvm to pass an iTouch or iPhone through to the VM so it can communicate with iTunes?
Dave