2014-02-24 20:40:58 +00:00
|
|
|
# Copy this file to /etc/udev/rules.d/
|
|
|
|
|
update udev rules for new udev version
New versions of udev (148+) emit the following warnings:
udevd[425]: BUS= will be removed in a future udev version,
please use SUBSYSTEM= to match the event device, or
SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7
...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141
[dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-04 15:08:10 +00:00
|
|
|
ACTION!="add|change", GOTO="openocd_rules_end"
|
2013-12-19 21:33:19 +00:00
|
|
|
SUBSYSTEM!="usb|tty|hidraw", GOTO="openocd_rules_end"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Please keep this list sorted by VID:PID
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# opendous and estick
|
|
|
|
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="204f", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Original FT232/FT245 VID:PID
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Original FT2232 VID:PID
|
update udev rules for new udev version
New versions of udev (148+) emit the following warnings:
udevd[425]: BUS= will be removed in a future udev version,
please use SUBSYSTEM= to match the event device, or
SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7
...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141
[dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-04 15:08:10 +00:00
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Original FT4232 VID:PID
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Original FT232H VID:PID
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# DISTORTEC JTAG-lock-pick Tiny 2
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8220", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# TUMPA, TUMPA Lite
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a98", MODE="664", GROUP="plugdev"
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a99", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# XDS100v2
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="a6d0", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# Xverve Signalyzer Tool (DT-USB-ST), Signalyzer LITE (DT-USB-SLITE)
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bca0", MODE="664", GROUP="plugdev"
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bca1", MODE="664", GROUP="plugdev"
|
update udev rules for new udev version
New versions of udev (148+) emit the following warnings:
udevd[425]: BUS= will be removed in a future udev version,
please use SUBSYSTEM= to match the event device, or
SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7
...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141
[dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-04 15:08:10 +00:00
|
|
|
|
2012-11-12 15:06:37 +00:00
|
|
|
# TI/Luminary Stellaris Evaluation Board FTDI (several)
|
update udev rules for new udev version
New versions of udev (148+) emit the following warnings:
udevd[425]: BUS= will be removed in a future udev version,
please use SUBSYSTEM= to match the event device, or
SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7
...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141
[dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-04 15:08:10 +00:00
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bcd9", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2012-11-12 15:06:37 +00:00
|
|
|
# TI/Luminary Stellaris In-Circuit Debug Interface FTDI (ICDI) Board
|
update udev rules for new udev version
New versions of udev (148+) emit the following warnings:
udevd[425]: BUS= will be removed in a future udev version,
please use SUBSYSTEM= to match the event device, or
SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7
...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141
[dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-04 15:08:10 +00:00
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bcda", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
|
|
|
# egnite Turtelizer 2
|
update udev rules for new udev version
New versions of udev (148+) emit the following warnings:
udevd[425]: BUS= will be removed in a future udev version,
please use SUBSYSTEM= to match the event device, or
SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7
...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141
[dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-04 15:08:10 +00:00
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bdc8", MODE="664", GROUP="plugdev"
|
2009-04-28 06:29:32 +00:00
|
|
|
|
2009-04-30 21:04:34 +00:00
|
|
|
# Section5 ICEbear
|
update udev rules for new udev version
New versions of udev (148+) emit the following warnings:
udevd[425]: BUS= will be removed in a future udev version,
please use SUBSYSTEM= to match the event device, or
SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4
udevd[425]: SYSFS{}= will be removed in a future udev version,
please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7
...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141
[dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-04 15:08:10 +00:00
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="c140", MODE="664", GROUP="plugdev"
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="c141", MODE="664", GROUP="plugdev"
|
2009-04-29 18:26:11 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Amontec JTAGkey and JTAGkey-tiny
|
|
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="664", GROUP="plugdev"
|
|
|
|
|
2015-01-16 09:17:40 +00:00
|
|
|
# TI ICDI
|
|
|
|
ATTRS{idVendor}=="0451", ATTRS{idProduct}=="c32a", MODE="664", GROUP="plugdev"
|
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# STLink v1
|
|
|
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3744", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# STLink v2
|
|
|
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE="664", GROUP="plugdev"
|
|
|
|
|
2014-03-05 21:49:14 +00:00
|
|
|
# STLink v2-1
|
|
|
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", MODE="664", GROUP="plugdev"
|
|
|
|
|
2010-12-16 14:33:16 +00:00
|
|
|
# Hilscher NXHX Boards
|
|
|
|
ATTRS{idVendor}=="0640", ATTRS{idProduct}=="0028", MODE="664", GROUP="plugdev"
|
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Hitex STR9-comStick
|
|
|
|
ATTRS{idVendor}=="0640", ATTRS{idProduct}=="002c", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# Hitex STM32-PerformanceStick
|
|
|
|
ATTRS{idVendor}=="0640", ATTRS{idProduct}=="002d", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# Amontec JTAGkey-HiSpeed
|
|
|
|
ATTRS{idVendor}=="0fbb", ATTRS{idProduct}=="1000", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# IAR J-Link USB
|
|
|
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0101", MODE="664", GROUP="plugdev"
|
2014-03-08 01:16:52 +00:00
|
|
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0102", MODE="664", GROUP="plugdev"
|
|
|
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0103", MODE="664", GROUP="plugdev"
|
|
|
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0104", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# J-Link-OB (onboard)
|
|
|
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0105", MODE="664", GROUP="plugdev"
|
2014-02-24 20:40:58 +00:00
|
|
|
|
|
|
|
# Raisonance RLink
|
|
|
|
ATTRS{idVendor}=="138e", ATTRS{idProduct}=="9000", MODE="664", GROUP="plugdev"
|
|
|
|
|
2011-10-04 13:14:02 +00:00
|
|
|
# Debug Board for Neo1973
|
2012-05-11 08:06:05 +00:00
|
|
|
ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="664", GROUP="plugdev"
|
2011-10-04 13:14:02 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Olimex ARM-USB-OCD
|
|
|
|
ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0003", MODE="664", GROUP="plugdev"
|
2011-10-22 14:29:14 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Olimex ARM-USB-OCD-TINY
|
|
|
|
ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0004", MODE="664", GROUP="plugdev"
|
2014-02-02 09:04:41 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Olimex ARM-JTAG-EW
|
|
|
|
ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="001e", MODE="664", GROUP="plugdev"
|
2012-01-04 14:50:57 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Olimex ARM-USB-OCD-TINY-H
|
|
|
|
ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002a", MODE="664", GROUP="plugdev"
|
2012-01-04 14:50:57 +00:00
|
|
|
|
2014-02-24 20:40:58 +00:00
|
|
|
# Olimex ARM-USB-OCD-H
|
|
|
|
ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002b", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# USBprog with OpenOCD firmware
|
|
|
|
ATTRS{idVendor}=="1781", ATTRS{idProduct}=="0c63", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# TI/Luminary Stellaris In-Circuit Debug Interface (ICDI) Board
|
|
|
|
ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="664", GROUP="plugdev"
|
|
|
|
|
|
|
|
# Marvell Sheevaplug
|
|
|
|
ATTRS{idVendor}=="9e88", ATTRS{idProduct}=="9e8f", MODE="664", GROUP="plugdev"
|
2012-05-11 08:10:54 +00:00
|
|
|
|
2014-04-01 17:04:48 +00:00
|
|
|
# CMSIS-DAP compatible adapters
|
|
|
|
ATTRS{product}=="*CMSIS-DAP*", MODE="664", GROUP="plugdev"
|
2013-12-19 21:33:19 +00:00
|
|
|
|
2009-04-28 06:29:32 +00:00
|
|
|
LABEL="openocd_rules_end"
|