summaryrefslogtreecommitdiff
path: root/dexcom_reader/etc/udev/rules.d/80-dexcom.rules
blob: ff10aa92b66d94831f38b501abe6f7ad23fd8bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"