Skip to content

Commit

Permalink
Added ASUS vendor to udev net rules (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcartiaux committed Feb 26, 2025
1 parent d367f1d commit 44b51ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 50-usb-realtek-net.rules
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ ATTR{idVendor}=="0955", ATTR{idProduct}=="09ff", ATTR{bConfigurationValue}!="$en
# LINKSYS
ATTR{idVendor}=="13b1", ATTR{idProduct}=="0041", ATTR{bConfigurationValue}!="$env{REALTEK_MODE1}", ATTR{bConfigurationValue}="$env{REALTEK_MODE1}"

# ASUS
ATTR{idVendor}=="0b05", ATTR{idProduct}=="1976", ATTR{bConfigurationValue}!="$env{REALTEK_MODE1}", ATTR{bConfigurationValue}="$env{REALTEK_MODE1}"

LABEL="usb_realtek_net_end"

0 comments on commit 44b51ee

Please sign in to comment.