On Tue, May 5, 2015 at 11:27 AM, Martin Pieuchot <m...@openbsd.org> wrote:
> On 02/05/15(Sat) 12:23, Cristián Edwards wrote:
>> Hello,
>>
>> In order for OpenBSD 5.7 to recognize a Huawei 609 mini PCIe Modem , I did
>> these kernel modifications:
>>
>> Added to usbdevs this line:
>>
>> product HUAWEI MU609            0x1573  HUAWEI MU 609
>>
>> # make usbdevs.h
>> Then added to umsm.c this line:
>>
>>         {{ USB_VENDOR_HUAWEI,   USB_PRODUCT_HUAWEI_MU609 }, DEV_TRUINSTALL},
>>
>> I can connect to the modem now:
>> # cu /dev/cuaU0
>> Connected to /dev/cuaU0 (speed 9600)
>> AT
>> OK
>>
>> I wish that cdce driver would work as well, but it didn't with these
>> modifications.
>>
>> Perhaps kernel developers could add a change like this to the kernel.
>
> Something like that?

Looks good to me.

ciao,
David

Reply via email to