diff options
author | 2006-02-10 21:42:39 +0000 | |
---|---|---|
committer | 2006-02-10 21:42:39 +0000 | |
commit | 347f8900df30561ad0619314b629419e080a425c (patch) | |
tree | ad78f63f56dad34c286aa4826c813fa2682d61e2 | |
parent | Recognize 7447/7457. (diff) | |
download | wireguard-openbsd-347f8900df30561ad0619314b629419e080a425c.tar.xz wireguard-openbsd-347f8900df30561ad0619314b629419e080a425c.zip |
Fix typo in G.Mate vendor id. Should make Raphael Langerhorst's Yopy work.
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index ac305737e87..2af8ce8b983 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.180 2006/02/07 23:35:10 brad Exp $ +$OpenBSD: usbdevs,v 1.181 2006/02/10 21:42:39 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -381,7 +381,7 @@ vendor CONCEPTRONIC 0x0d8e Conceptronic vendor MSI 0x0db0 Micro Star International vendor ELCON 0x0db7 ELCON Systemtechnik vendor HAWKING 0x0e66 Hawking -vendor GMATE 0x0373 G.Mate +vendor GMATE 0x0e73 G.Mate vendor OTI 0x0ea0 Ours Technology vendor PILOTECH 0x0eaf Pilotech vendor AIRPRIME 0x0f3d Airprime |