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.

Reply via email to