mcphail / linux_huawei_unlocker

A utility to remove the SIM lock on Huawei USB modems
GNU General Public License v2.0
108 stars 51 forks source link

Fix modem port detection #8

Closed schlomo closed 10 years ago

schlomo commented 10 years ago

I had to add this to get it to work, without all /dev/ttyUSB* devices would be giving "No activity".

IMHO this should be more robust because not all devices report stuff without beeing asked.

Thanks a lot for this tool, much better than all the dubious websites.

mcphail commented 10 years ago

Thanks for this. I don't have a modem handy to test this just now but it looks safe and sensible.

Do you want to add your attribution before I merge this? (I should really get an AUTHORS file up and running...)

schlomo commented 10 years ago

It is fine like this.

On 1 May 2014 13:53, Neil McPhail notifications@github.com wrote:

Thanks for this. I don't have a modem handy to test this just now but it looks safe and sensible.

Do you want to add your attribution before I merge this? (I should really get an AUTHORS file up and running...)

— Reply to this email directly or view it on GitHubhttps://github.com/mcphail/linux_huawei_unlocker/pull/8#issuecomment-41902638 .

mcphail commented 10 years ago

Cheers!