mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #6105 from vpeter4/usb_modeswitch
linux: add udev rule to switch mode on Realtek RTL8821CU devices
This commit is contained in:
commit
7183aad4a3
@ -8,4 +8,10 @@ SUBSYSTEM!="block", GOTO="end_modeswitch"
|
||||
# Atheros Wireless / Netgear WNDA3200
|
||||
ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="20ff", RUN+="/usr/bin/eject '/dev/%k'"
|
||||
|
||||
# Realtek RTL8821CU chipset 802.11ac NIC
|
||||
# initial cdrom mode 0bda:1a2b, wlan mode 0bda:c811
|
||||
# Odroid WiFi Module 5B
|
||||
# initial cdrom mode 0bda:1a2b, wlan mode 0bda:c820
|
||||
ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="1a2b", RUN+="/usr/bin/eject '/dev/%k'"
|
||||
|
||||
LABEL="end_modeswitch"
|
||||
|
Loading…
x
Reference in New Issue
Block a user