summaryrefslogtreecommitdiff
path: root/etc/udev/rules.d/80-dexcom.rules
blob: 0c95f5246da157b224364d89a22b5811cb5fa7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18



# 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"