diff options
author | hselasky <hselasky@FreeBSD.org> | 2013-03-21 07:04:17 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2013-03-21 07:04:17 +0000 |
commit | 8e557a9f12aa1806407c003c0d498fff82b66080 (patch) | |
tree | d5d16cd8e1733d8be693282453aa1d1f646ecc11 | |
parent | 27bf53822ad4069c44ff8e055673d928ef6ae44e (diff) | |
download | FreeBSD-src-8e557a9f12aa1806407c003c0d498fff82b66080.zip FreeBSD-src-8e557a9f12aa1806407c003c0d498fff82b66080.tar.gz |
Add new USB ID.
PR: usb/177173
MFC after: 1 week
-rw-r--r-- | sys/dev/usb/wlan/if_rum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_rum.c b/sys/dev/usb/wlan/if_rum.c index e159b24..fa4e9f1 100644 --- a/sys/dev/usb/wlan/if_rum.c +++ b/sys/dev/usb/wlan/if_rum.c @@ -120,6 +120,7 @@ static const STRUCT_USB_HOST_ID rum_devs[] = { RUM_DEV(HUAWEI3COM, WUB320G), RUM_DEV(MELCO, G54HP), RUM_DEV(MELCO, SG54HP), + RUM_DEV(MELCO, SG54HG), RUM_DEV(MELCO, WLIUCG), RUM_DEV(MELCO, WLRUCG), RUM_DEV(MELCO, WLRUCGAOSS), |