Comment 8 for bug 348861

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Ok, so it does disable the storage interface, but my patch is not enough because it doesn't use option_ms_init which would basically rezero the device. It's needed for the hso driver to be able to pick up the device, otherwise it'll just fail saying "Not our interface". (bDeviceClass needs to be 'ff', and it's '00' without option_ms_init).

I'll attach another patch which is meant to work with the upstream commit I posted.