Created
June 1, 2025 12:34
-
-
Save fxzxmicah/42e58974f5bc5660d1f8bb62294d8a88 to your computer and use it in GitHub Desktop.
[udev rules] Remove Android OEM CD ROM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change the "ATTRS{idVendor}" value to match your Android phone vendor id | |
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_interface", ATTRS{idVendor}=="2d95", ATTR{bInterfaceClass}=="08", ATTR{bInterfaceSubClass}=="06", ENV{MODALIAS}="", ATTR{authorized}="0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment