Stefan Reinauer has submitted this change. ( https://review.coreboot.org/c/em100/+/37495 )
Change subject: Add udev rules file for /etc/udev/rules.d ......................................................................
Add udev rules file for /etc/udev/rules.d
This will allow usage of the em100 tool without being root. Tested on Ubuntu.
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Change-Id: Ie440d3b280e0d57e61e9af553c0fa8c59964b03f Reviewed-on: https://review.coreboot.org/c/em100/+/37495 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- A 60-dediprog-em100pro.rules 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/60-dediprog-em100pro.rules b/60-dediprog-em100pro.rules new file mode 100644 index 0000000..080d295 --- /dev/null +++ b/60-dediprog-em100pro.rules @@ -0,0 +1,2 @@ +# drop this in /etc/udev/rules.d +ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="1235", MODE="664", GROUP="plugdev"