diff options
author | gavin <gavin@FreeBSD.org> | 2010-07-27 12:29:45 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2010-07-27 12:29:45 +0000 |
commit | 09765cbf800583d02375ab562b000361b2a0230c (patch) | |
tree | 779b36451229590c1fa3e2aa9461182cd707420c /sys/dev/usb/usbdevs | |
parent | b89adb17c926d6b5543e68aca7cd33f489f07ff2 (diff) | |
download | FreeBSD-src-09765cbf800583d02375ab562b000361b2a0230c.zip FreeBSD-src-09765cbf800583d02375ab562b000361b2a0230c.tar.gz |
Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4)
This patch is different to that provided in the PR, due to the changes in
this driver since 7.x.
PR: usb/129945
Submitted by: Antonio Hilario <avahilario gmail.com>
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 1f7b310..9e2e427 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -645,6 +645,7 @@ vendor STELERA 0x1a8d Stelera Wireless vendor OVISLINK 0x1b75 OvisLink vendor TCTMOBILE 0x1bbb TCT Mobile vendor TELIT 0x1bc7 Telit +vendor LONGCHEER 0x1c9e Longcheer Holdings, Ltd. vendor MPMAN 0x1cae MpMan vendor DRESDENELEKTRONIK 0x1cf1 dresden elektronik vendor PEGATRON 0x1d4d Pegatron @@ -1984,6 +1985,9 @@ product LOGITEC RT2870_1 0x0162 RT2870 product LOGITEC RT2870_2 0x0163 RT2870 product LOGITEC RT2870_3 0x0164 RT2870 +/* Longcheer Holdings, Ltd. products */ +product LONGCHEER WM66 0x6061 Longcheer WM66 HSDPA USB modem + /* Lucent products */ product LUCENT EVALKIT 0x1001 USS-720 evaluation kit |