udev rules file: Add entry for the ZEROPLUS LAP-16128U.
This commit is contained in:
parent
048e8babf7
commit
7c3e7b4306
|
@ -244,7 +244,8 @@ ATTRS{idVendor}=="1244", ATTRS{idProduct}=="d237", MODE="664", GROUP="plugdev"
|
|||
# ZEROPLUS Logic Cube LAP-C series
|
||||
# http://www.zeroplus.com.tw/logic-analyzer_en/products.php#top_c
|
||||
# lsusb: "0c12:700e Zeroplus"
|
||||
# There are various devices in the ZEROPLUS Logic Cube LAP-C series:
|
||||
# There are various devices in the ZEROPLUS Logic Cube series:
|
||||
# 0x7002: LAP-16128U
|
||||
# 0x7009: LAP-C(16064)
|
||||
# 0x700a: LAP-C(16128)
|
||||
# 0x700b: LAP-C(32128)
|
||||
|
@ -252,6 +253,7 @@ ATTRS{idVendor}=="1244", ATTRS{idProduct}=="d237", MODE="664", GROUP="plugdev"
|
|||
# 0x700d: LAP-C(322000)
|
||||
# 0x700e: LAP-C(16032)
|
||||
# 0x7016: LAP-C(162000)
|
||||
ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7002", MODE="664", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7009", MODE="664", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700a", MODE="664", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700b", MODE="664", GROUP="plugdev"
|
||||
|
|
Loading…
Reference in New Issue