usbdevs and u3g.c should be updated with Huawei K3765 3G (flipflop) modem definitions so when flip-flopping the device the system will recognize it properly as a 3G modem instead of umass-only device. manufacturer: Huawei model: K3765 VID: 0x12d1 PID: 0x1465 (modem) PID: 0x1520 (storage) Fix: add to sys/dev/usb/usbdevs: product HUAWEI K3765 0x1465 3G modem add to sys/dev/usb/serial/u3g.c: U3G_DEV(HUAWEI, K3765, U3GINIT_HUAWEI), How-To-Repeat: insert a Huawei K3765 3G usb modem
Committed to USB P4. See change ID #182575. --HPS
State Changed From-To: open->patched Patch in HEAD (r213856, r213879).
MFC'ed to FreeBSD 8/9 and 10. --HPS