--
| .''`. == Debian GNU/Linux ==.| http://kevix.myopenid.com......|
| : :' : The Universal OS....| mysite.verizon.net/kevin.mark/.|
| `. `' http://www.debian.org/.| http://counter.li.org [#238656]|
|___`-____Unless I ask to be CCd,.assume I am subscribed._________|
I noticed when I plug and unplug the launchpad unit on my XO-1.5, the device
changes (eg. /dev/ttyACM0, /dev/ttyACM1,..). I devised a solution that will
work to make it not change.
I added a UDEV rule to make a constant device name:
Create a file named '/etc/udev/rules.d/46-TI_launchpad.rules'
if should be root:root and 644
It should contain:
ATTRS{idVendor}=="0451" ATTRS{idProduct}=="f432" MODE="0660" GROUP="dialout" NAME="launchpad"
This will create /dev/launchpad for your one Launchpad device.
It is not to be used if you have 2 Launchpads attached.
So if you have a program that used '/dev/ttyACM0', then replace it with '/dev/launchpad'.
Let me know if this does not work on other linux distros.