Skip to content
Snippets Groups Projects
Commit 0682afec authored by zwelch's avatar zwelch
Browse files

Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targets

git-svn-id: svn://svn.berlios.de/openocd/trunk@1584 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 39363e4e
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,9 @@ SYSFS{idVendor}=="0403", SYSFS{idProduct}=="bdc8", MODE="664", GROUP="plugdev"
# Marvell Sheevaplug
SYSFS{idVendor}=="9e88", SYSFS{idProduct}=="9e8f", MODE="664", GROUP="plugdev"
# Icebear (Section5)
SYSFS{idProduct}=="c140", SYSFS{idVendor}=="0403", MODE="666", GROUP="usb"
SYSFS{idProduct}=="c141", SYSFS{idVendor}=="0403", MODE="666", GROUP="usb"
# Section5 ICEbear
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="c140", MODE="664", GROUP="plugdev"
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="c141", MODE="664", GROUP="plugdev"
LABEL="openocd_rules_end"
#####################################################
# IceBear Configuration
#
# http://section5.ch/icebear
#
# Author: Sten, debian@sansys-electronic.com
#####################################################
#
# Add file /etc/udev/rules.d/45-icebear.rules
# Section5 ICEBear
#
#BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="kcontrol_rules_end"
#
#SYSFS{idProduct}=="c140", SYSFS{idVendor}=="0403", MODE="666", GROUP="usb"
#SYSFS{idProduct}=="c141", SYSFS{idVendor}=="0403", MODE="666", GROUP="usb"
#
#LABEL="kcontrol_rules_end"
# http://section5.ch/icebear
#
interface ft2232
#ft2232_device_desc ""
# ft2232_device_desc ""
ft2232_layout icebear
ft2232_vid_pid 0x0403 0xc140
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment