[Bug 198019] [PATCH]: FreeBSD 10.1 fix for comms/telldus-core
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 25 09:12:45 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198019
--- Comment #8 from johan at stromnet.se ---
Oh, my bad. Didn't notice USB/ATTACH event matching.
And.. Doh.
I've been testing by doing "usbconfig -d... power_off ; ... power_on". When
doing that, the USB INTERFACE ATTACH event was not sent, hence I missed it..
Looking closer, these events is what I get:
Processing event '!system=USB subsystem=INTERFACE type=ATTACH ugen=ugen0.2
cdev=ugen0.2 vendor=0x1781 product=0x0c30 devclass=0x00 devsubclass=0x00
sernum="XXXX" release=0x0600 mode=host interface=0 endpoints=2 intclass=0xff
intsubclass=0xff intprotocol=0xff'
Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/0.2.2'
Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ttyU0'
Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ttyU0.init'
Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ttyU0.lock'
Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=cuaU0.init'
Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=cuaU0.lock'
Processing event '+uftdi0 at bus=0 hubaddr=1 port=3 devaddr=2 interface=0
vendor=0x1781 product=0x0c30 devclass=0x00 devsubclass=0x00 sernum="XXXX"
release=0x0600 mode=host intclass=0xff intsubclass=0xff intprotocol=0xff
ttyname=U0 ttyports=1 on uhub1'
Changing to your suggestion works perfect, thanks!
I'll update the patch accordingly.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list