From 465ba9dc7d1512139ce5682fbbd114fbb37b425d Mon Sep 17 00:00:00 2001 From: Ben West Date: Thu, 14 May 2015 22:06:14 -0700 Subject: roll back silly data package edits This includes the conf/data files as part of the package. --- dexcom_reader/etc/udev/rules.d/80-dexcom.rules | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dexcom_reader/etc/udev/rules.d/80-dexcom.rules (limited to 'dexcom_reader') diff --git a/dexcom_reader/etc/udev/rules.d/80-dexcom.rules b/dexcom_reader/etc/udev/rules.d/80-dexcom.rules new file mode 100644 index 0000000..ff10aa9 --- /dev/null +++ b/dexcom_reader/etc/udev/rules.d/80-dexcom.rules @@ -0,0 +1,17 @@ + + + +# udev can only match one entry at a time, but this triggers additional add entries. +# 22a3:0047 +# 22a3 0047 +ATTRS{idVendor}=="22a3", ATTRS{idProduct}=="0047", \ + ENV{ID_MM_DEVICE_IGNORE}="1", \ + MODE="0664", GROUP="plugdev" + + +# create a symlink to the ttyUSB device created automatically above +#ACTION=="add", \ +# SUBSYSTEM=="tty", \ +# ATTRS{idVendor}=="22a3", ATTRS{idProduct}=="0047", \ +# SYMLINK+="ttyUSB.Dexcom%n" + -- cgit v1.2.3