Skip to content

Instantly share code, notes, and snippets.

@fxzxmicah
Created June 1, 2025 12:34
Show Gist options
  • Save fxzxmicah/42e58974f5bc5660d1f8bb62294d8a88 to your computer and use it in GitHub Desktop.
Save fxzxmicah/42e58974f5bc5660d1f8bb62294d8a88 to your computer and use it in GitHub Desktop.
[udev rules] Remove Android OEM CD ROM
# 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