mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
linux: fix path to 'eject', this fixes #1547
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
aeb19780d8
commit
819b472387
@ -23,6 +23,6 @@ KERNEL!="sr[0-9]*", GOTO="end_modeswitch"
|
|||||||
SUBSYSTEM!="block", GOTO="end_modeswitch"
|
SUBSYSTEM!="block", GOTO="end_modeswitch"
|
||||||
|
|
||||||
# Atheros Wireless / Netgear WNDA3200
|
# Atheros Wireless / Netgear WNDA3200
|
||||||
ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="20ff", RUN+="/usr/bin/eject '/dev/%k'"
|
ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="20ff", RUN+="/bin/eject '/dev/%k'"
|
||||||
|
|
||||||
LABEL="end_modeswitch"
|
LABEL="end_modeswitch"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user