mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Bring in support for the MC8755 Sierra UMTS card.
Submitted by: Robert Blacquiere <robert at blacquiere dot nl> Approved by: imp (mentor, implicit) MFC after: 1 week
This commit is contained in:
parent
b94497f9fb
commit
f0f6980322
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181925
@ -244,6 +244,8 @@ static const struct ubsa_product {
|
||||
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GTMAX36 },
|
||||
/* Huawei Mobile */
|
||||
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
|
||||
/* Sierra Wireless LENOVO UMTS card */
|
||||
{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8755_3 },
|
||||
/* Qualcomm, Inc. ZTE CDMA */
|
||||
{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_CDMA_MSM },
|
||||
{ 0, 0 }
|
||||
|
@ -2097,6 +2097,7 @@ product SIEMENS3 X75 0x0004 X75
|
||||
product SIERRA AIRCARD580 0x0112 Sierra Wireless AirCard 580
|
||||
product SIERRA MC5720 0x0218 MC5720 Wireless Modem
|
||||
product SIERRA AC875U 0x6812 AC875U HSDPA USB Modem
|
||||
product SIERRA MC8755_3 0x6813 MC8755 HSDPA
|
||||
|
||||
/* Sigmatel products */
|
||||
product SIGMATEL I_BEAD100 0x8008 i-Bead 100 MP3 Player
|
||||
|
Loading…
Reference in New Issue
Block a user