diff options
author | 2014-11-24 02:03:36 +0000 | |
---|---|---|
committer | 2014-11-24 02:03:36 +0000 | |
commit | 0499a7f2550ff6adaadd1286d0a59b6619991384 (patch) | |
tree | 4a3d658e0857c42b7a6b2b393de8bee8d4a6a53c /sys/dev/usb/files.usb | |
parent | Kill old crap that is unbelievably slow and produces hundreds of false (diff) | |
download | wireguard-openbsd-0499a7f2550ff6adaadd1286d0a59b6619991384.tar.xz wireguard-openbsd-0499a7f2550ff6adaadd1286d0a59b6619991384.zip |
use the correct capitalization for Realtek.
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index b60f868bb2f..e0dbc79696f 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.117 2014/07/12 21:56:57 tedu Exp $ +# $OpenBSD: files.usb,v 1.118 2014/11/24 02:03:37 brad Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -370,7 +370,7 @@ device upgt: ether, ifnet, ifmedia, wlan, firmload attach upgt at uhub file dev/usb/if_upgt.c upgt -# RealTek 8187 +# Realtek 8187 device urtw: ether, ifnet, ifmedia, wlan attach urtw at uhub file dev/usb/if_urtw.c urtw |