linlei 60022748 wrote:
> BUS="usb", SYSFS{idVendor}="12d1", SYSFS{idProduct}="1003",
> SYSFS{bNumInterfaces}=" 1", RUN+="/usr/local/bin/huaweiAktBbo-i386.out "
On second though, I know at least part of what's wrong here. Try:
BUS=="usb", SYSFS{idVendor}=="12d1", SYSFS{idProduct}=="1003",
SYSFS{bNumInterfaces}=="1", RUN+="/usr/local/bin/huaweiAktBbo-i386.out"
udev changed the 'match' statements to use the more intuitive == instead of =.
--
Phil Dibowitz [EMAIL PROTECTED]
Open Source software and tech docs Insanity Palace of Metallica
http://www.phildev.net/ http://www.ipom.com/
"Never write it in C if you can do it in 'awk';
Never do it in 'awk' if 'sed' can handle it;
Never use 'sed' when 'tr' can do the job;
Never invoke 'tr' when 'cat' is sufficient;
Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
