I cherry picked from oozie just what is needed to stop the usb
disconnect (basically, i think udev needs to load usbserial with those
vendor and product strings whenever it spots the huawei cdrom device
appearing (rather than the mass storage drivers, which causes
disconnection of the serial devices for some reason).

cat /etc/udev/rules.d/99-huawei.rules

SUBSYSTEM=="block", \
ACTION=="add", \
SYSFS{idVendor}=="12d1", \
SYSFS{idProduct}=="1003", \
RUN+="/sbin/modprobe usbserial vendor=0x12d1 product=0x1003", \
OPTIONS="ignore_device"

It now works with the vodafone python program and connects fine (in
fact, I'm using it right now to file this bug).

John.

-- 
huawei e220 hardy alpha 5 - problem
https://bugs.launchpad.net/bugs/195357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to