Comment 5 for bug 583728

Revision history for this message
eccerr0r (blc+launchpad) wrote :

Confirmed that this works in Gentoo. I detailed the patch I made on Gentoo Forums (because as-is, the instructions are gentoo specific; but the hack is for networkmanager.)

http://forums.gentoo.org/viewtopic-t-926860-start-0-postdays-0-postorder-asc-highlight-.html

Basically I decide to remove the check alltogether, I'm not sure why it's specifically singling out bluetooth, it didn't seem right to simply invert the sense of the check. modem_added calls with const char *driver and if it's "bluetooth" it will always fail. If the sense is inverted, then anything except bluetooth will fail...