On Sun, Jul 15, 2012 at 10:15:57AM +0800, littlebat wrote: > In the Windows 7 guest OS, the touchpad "Lenovo pointing device" > disappeared from the hardwares list. And, the log file in Ubuntu 11.10 > has the content below: > y@y-PC:~$ cat ./psmouse-reverse/reverse.log > S ff > R fe > S ff > R fe > S ff > R fe > S ed > R fe >From the outset this doesn't look right. When reset is sent (0xff) the touchpad should respond with and acknowledge (0xfa) and a couple more bytes. Something obviously isn't working right, but I'm not sure what. The only suggestion I have is to start debugging and try to see what's going wrong. Is the data from the guest OS getting to the hardware okay, and vice versa? Are you sure you've got the correct device? Seth -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html