Comment 9 for bug 311732

Revision history for this message
Noel J. Bergman (noeljb) wrote :

This glitch is not limited to just thinkfinger. It removes the ability for VMware to take over the Bluetooth device on the internal USB, and possibly other USB devices (I haven't had time to test extensively).

The difference appears to be this:

 2.6.28-3: $ lsmod | grep usb
 btusb 21912 0
 bluetooth 70052 21 rfcomm,bnep,sco,l2cap,btusb
 usbcore 178352 5 btusb,ehci_hcd,uhci_hcd

 2.6.28-4: $ lsmod | grep usb
 btusb 21912 3

Notice the difference? Someone changed the kernel configuration. We need to get that reversed.