diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-02-03 10:53:29 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-02-03 10:53:29 +0000 |
commit | 6326191b21e11b7fdce3c4477e18ea189cd56aa6 (patch) | |
tree | 8fe19794ba4e6823ace18a7f7a3b8f73500b931e /sys/dev | |
parent | f35ff0bf2935843dc85bcd0af87b19c3333a7595 (diff) |
add Buffalo WLI-U2-SG54HG
ok damien@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/if_rum.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index 3c467a00211..4789263a2e9 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.81 2008/12/22 18:42:04 damien Exp $ */ +/* $OpenBSD: if_rum.c,v 1.82 2009/02/03 10:53:28 kevlo Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -113,6 +113,7 @@ static const struct usb_devno rum_devs[] = { { USB_VENDOR_HUAWEI3COM, USB_PRODUCT_HUAWEI3COM_WUB320G }, { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_G54HP }, { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_SG54HP }, + { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_SG54HG }, { USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2573_1 }, { USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2573_2 }, { USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2573_3 }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 51b635a196e..ad56ef08143 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.405 2009/01/19 10:20:05 jsg Exp $ +$OpenBSD: usbdevs,v 1.406 2009/02/03 10:53:28 kevlo Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1954,6 +1954,7 @@ product MELCO PCOPRS1 0x00b3 PC-OP-RS1 RemoteStation product MELCO SG54HP 0x00d8 WLI-U2-SG54HP product MELCO G54HP 0x00d9 WLI-U2-G54HP product MELCO KG54L 0x00da WLI-U2-KG54L +product MELCO SG54HG 0x00f4 WLI-U2-SG54HG /* MetaGeek products */ product METAGEEK WISPY 0x083e Wi-Spy |