Steve Underwood wrote:
>
> Does anyone know of any recent changes that might explain this?
>
> SUBSYSTEM=="usb_device",ACTION=="add",SYSFS{idVendor}=="0451",SYSFS{idProduct}=="f430",SYSFS{bNumConfigurations}=="2",SYSFS{bConfigurationValue}=="1",RUN+="/bin/bash
> -c 'echo 2 > /sys%p/device/bConfigurationValue'"
>
>
Did you get this working? If not, here's the answer. The subsystem has
changed to "usb" plus the path to bConfigurationValue needs to lose the
device.
SUBSYSTEM=="usb",ACTION=="add",SYSFS{idVendor}=="0451",SYSFS{idProduct}=="f430",SYSFS{bNumConfigurations}=="2",SYSFS{bConfigurationValue}=="1",RUN+="/bin/bash
-c 'echo 2 > /sys%p/bConfigurationValue'"
Justin.
--
View this message in context:
http://www.nabble.com/USB-tools-with-Linux-tp13876743p16974121.html
Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.