Skip to content

Instantly share code, notes, and snippets.

@marshallmassengill
Created April 30, 2020 01:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmassengill/3f2b643471d74cd718d441aaeeca6c52 to your computer and use it in GitHub Desktop.
Save marshallmassengill/3f2b643471d74cd718d441aaeeca6c52 to your computer and use it in GitHub Desktop.
sparkMax gs_usb udev rules
#put the following line into /etc/udev/rules.d
ACTION=="add", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a30e", RUN+="/sbin/modprobe gs_usb" RUN+="/bin/sh -c 'echo 0483 a30e ff > /sys/bus/usb/drivers/gs_usb/new_id'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment