summaryrefslogtreecommitdiff
path: root/dexcom_reader
diff options
context:
space:
mode:
authorBen West <bewest@gmail.com>2015-05-14 22:06:14 -0700
committerBen West <bewest@gmail.com>2015-05-14 22:06:14 -0700
commit465ba9dc7d1512139ce5682fbbd114fbb37b425d (patch)
treef612ba8163ceb7578410e804469d99deda74128a /dexcom_reader
parent33d1c2a62b29d90f6b4632f800de8bfc93013bdf (diff)
roll back silly data package edits
This includes the conf/data files as part of the package.
Diffstat (limited to 'dexcom_reader')
-rw-r--r--dexcom_reader/etc/udev/rules.d/80-dexcom.rules17
1 files changed, 17 insertions, 0 deletions
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 @@
1
2
3
4# udev can only match one entry at a time, but this triggers additional add entries.
5# 22a3:0047
6# 22a3 0047
7ATTRS{idVendor}=="22a3", ATTRS{idProduct}=="0047", \
8 ENV{ID_MM_DEVICE_IGNORE}="1", \
9 MODE="0664", GROUP="plugdev"
10
11
12# create a symlink to the ttyUSB device created automatically above
13#ACTION=="add", \
14# SUBSYSTEM=="tty", \
15# ATTRS{idVendor}=="22a3", ATTRS{idProduct}=="0047", \
16# SYMLINK+="ttyUSB.Dexcom%n"
17