diff options
author | thompsa <thompsa@FreeBSD.org> | 2010-06-22 21:01:40 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2010-06-22 21:01:40 +0000 |
commit | 262da105dd7626842d568623d2dab729af2606eb (patch) | |
tree | c700bf8999265206003835d9236f92e0da541420 | |
parent | fe6aa0a139aad7873eb103f50e6b1a5cf57d795b (diff) | |
download | FreeBSD-src-262da105dd7626842d568623d2dab729af2606eb.zip FreeBSD-src-262da105dd7626842d568623d2dab729af2606eb.tar.gz |
Add new device id.
PR: usb/146907
-rw-r--r-- | sys/dev/usb/net/if_rue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/net/if_rue.c b/sys/dev/usb/net/if_rue.c index f0d1608..7741b8d 100644 --- a/sys/dev/usb/net/if_rue.c +++ b/sys/dev/usb/net/if_rue.c @@ -112,6 +112,7 @@ SYSCTL_INT(_hw_usb_rue, OID_AUTO, debug, CTLFLAG_RW, static const struct usb_device_id rue_devs[] = { {USB_VPI(USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAKTX, 0)}, {USB_VPI(USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_USBKR100, 0)}, + {USB_VPI(USB_VENDOR_OQO, USB_PRODUCT_OQO_ETHER01, 0)}, }; /* prototypes */ |