OSDN Git Service

[v2.0][MISC] Add sample of udev-rule for USB serial.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 11 Nov 2013 04:15:27 +0000 (13:15 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 11 Nov 2013 04:15:27 +0000 (13:15 +0900)
misc/udev/99-ttyusb.rules [new file with mode: 0644]

diff --git a/misc/udev/99-ttyusb.rules b/misc/udev/99-ttyusb.rules
new file mode 100644 (file)
index 0000000..63989c1
--- /dev/null
@@ -0,0 +1,2 @@
+KERNEL=="ttyUSB*"              GROUP="dialout", MODE="0660"
+