Bug 149764 - [u3g] [patch] usbdevs update: Huawei K3765 3G modem
Summary: [u3g] [patch] usbdevs update: Huawei K3765 3G modem
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: 8.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-usb (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 13:50 UTC by adrian ilarion ciobanu
Modified: 2014-06-27 10:38 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description adrian ilarion ciobanu 2010-08-18 13:50:05 UTC
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
Comment 1 Hans Petter Selasky 2010-08-18 21:22:17 UTC
Committed to USB P4. See change ID #182575.

--HPS
Comment 2 Alexander Best freebsd_committer freebsd_triage 2010-11-13 13:12:22 UTC
State Changed
From-To: open->patched

Patch in HEAD (r213856, r213879).
Comment 3 Hans Petter Selasky freebsd_committer freebsd_triage 2014-06-27 10:38:44 UTC
MFC'ed to FreeBSD 8/9 and 10.

--HPS