diff --git a/docs/usb_ethernet.md b/docs/usb_ethernet.md
index a274c2ed..ce3f921d 100644
--- a/docs/usb_ethernet.md
+++ b/docs/usb_ethernet.md
@@ -34,14 +34,14 @@ Specifically to PiKVM V2+. When combined with configuring a DNS server, FTP, or
| Driver | Compatibility with Operating Systems|
|--------|-------------------------------------|
- | ecm | Linux
macOS |
+ | ecm | Linux; Mac OS |
| eem | Linux |
- | rndis5 | Windows XP to Windows 7[1](#rndis5)
Linux > 2.6.13 |
- | rndis | Windows 7 and later[2](#rndis)
Linux > 2.6.13 |
- | ncm | Windows 10 and later
Linux > 2.6.37
macOS |
+ | rndis5 | Windows XP...7 [1](#rndis5); Linux > 2.6.13 |
+ | rndis | Windows >= 7 [2](#rndis); Linux > 2.6.13 |
+ | ncm | Windows >= 10; Linux > 2.6.37; Mac OS |
1: Manual driver installation is required. [Download RNDIS 5 Windows](driver/win/pikvm-rndis5.inf)
- 2: Automatic driver installation since kvmd-3.53
+ 2: Automatic driver installation since KVMD 3.53.
2. To automatically configure the USB network on the host recommended using the service `kvmd-otgnet`.
It configures the firewall, assigns an address to the local PiKVM interface `usb0` and starts DHCP so the target host can get the IPv4 address.