diff options
author | 2014-06-13 21:43:56 +0000 | |
---|---|---|
committer | 2014-06-13 21:43:56 +0000 | |
commit | 292ea840069f648967da3ad116eb726576e04acc (patch) | |
tree | 1606216e05098786e5b132421b04ca1b479a1a7e | |
parent | Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input() (diff) | |
download | wireguard-openbsd-292ea840069f648967da3ad116eb726576e04acc.tar.xz wireguard-openbsd-292ea840069f648967da3ad116eb726576e04acc.zip |
Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device.
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index e2d8308e0ac..36701d4f8b0 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.634 2014/05/24 09:43:00 stsp Exp $ +$OpenBSD: usbdevs,v 1.635 2014/06/13 21:43:56 stsp Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3450,6 +3450,7 @@ product RALINK RT3370 0x3370 RT3370 product RALINK RT3572 0x3572 RT3572 product RALINK RT5370 0x5370 RT5370 product RALINK RT3573 0x3573 RT3573 +product RALINK RT5572 0x5572 RT5572 product RALINK MT7601 0x7601 MT7601 product RALINK RT8070 0x8070 RT8070 product RALINK RT2570_3 0x9020 RT2570 |