diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2007-02-09 15:59:28 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2007-02-09 15:59:28 +0000 |
| commit | c24406ad47d22abd7591745f5c88a0c5010045b9 (patch) | |
| tree | 7e265b6f4c49f28123e64e630e1f91fa8f7bf77c /sys/dev/usb | |
| parent | 4ae54e2fad645279f29e61046719353f066bcd14 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ubsa.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index f382c1d7ed9a..585336706cf0 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -232,6 +232,8 @@ static const struct ubsa_product { { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3G }, /* Option GlobeTrotter 3G QUAD */ { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD }, + /* Huawei Mobile */ + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE }, { 0, 0 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 7d463c8867b9..238d3ed54348 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -513,6 +513,7 @@ vendor TWINMOS 0x126f TwinMOS vendor TSUNAMI 0x1241 Tsunami vendor CREATIVE2 0x1292 Creative Labs vendor BELKIN2 0x1293 Belkin +vendor HUAWEI 0x12d1 Huawei Technologies vendor AINCOMM 0x12fd Aincomm vendor MOBILITY 0x1342 Mobility vendor LINKSYS4 0x13b1 Linksys @@ -1084,6 +1085,9 @@ product HP HN210E 0x811c Ethernet HN210E /* HP products */ product HP2 C500 0x6002 PhotoSmart C500 +/* HUAWEI products */ +product HUAWEI MOBILE 0x1001 Huawei Mobile + /* IBM Corporation */ product IBM USBCDROMDRIVE 0x4427 USB CD-ROM Drive |
