mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Add support for Vodafone/Huawei K3771.
See also http://www.draisberghof.de/usb_modeswitch/device_reference.txt Submitted by: Dean Hamstead <https://github.com/djzort> Pull Request: https://github.com/freebsd/freebsd/pull/76
This commit is contained in:
parent
0633df29be
commit
5380511450
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314407
@ -316,6 +316,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
|
||||
U3G_DEV(HUAWEI, MOBILE, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, E1752, U3GINIT_HUAWEISCSI),
|
||||
U3G_DEV(HUAWEI, E1820, U3GINIT_HUAWEISCSI),
|
||||
U3G_DEV(HUAWEI, K3771, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, K3771_INIT, U3GINIT_HUAWEISCSI2),
|
||||
U3G_DEV(HUAWEI, K3772, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, K3772_INIT, U3GINIT_HUAWEISCSI2),
|
||||
U3G_DEV(HUAWEI, K3765, U3GINIT_HUAWEI),
|
||||
|
@ -2434,7 +2434,9 @@ product HUAWEI E1752 0x1446 3G modem
|
||||
product HUAWEI K4505 0x1464 3G modem
|
||||
product HUAWEI K3765 0x1465 3G modem
|
||||
product HUAWEI E1820 0x14ac E1820 HSPA+ USB Slider
|
||||
product HUAWEI K3771 0x14c4 K3771 Initial
|
||||
product HUAWEI K3770 0x14c9 3G modem
|
||||
product HUAWEI K3771 0x14ca K3771
|
||||
product HUAWEI K3772 0x14cf K3772
|
||||
product HUAWEI K3770_INIT 0x14d1 K3770 Initial
|
||||
product HUAWEI E3131_INIT 0x14fe 3G modem initial
|
||||
|
Loading…
Reference in New Issue
Block a user