mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
|
|
|
ACTION!="add|change", GOTO="end_modeswitch"
|
|
KERNEL!="sr[0-9]*", GOTO="end_modeswitch"
|
|
SUBSYSTEM!="block", GOTO="end_modeswitch"
|
|
|
|
# Atheros Wireless / Netgear WNDA3200
|
|
ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="20ff", RUN+="/usr/bin/eject '/dev/%k'"
|
|
|
|
LABEL="end_modeswitch"
|