urndis and umodem device collision for ue device
Anish Mistry
amistry at am-productions.biz
Sat Dec 13 15:54:57 UTC 2014
Patches attached. This only work if umodem is not already loaded, otherwise
it will grab the device.
On Saturday, December 13, 2014 11:22:25 AM you wrote:
> On 12/13/14 06:43, Anish Mistry wrote:
> > I have a HP Pre3 (webos) which when switched into USB tethering mode with
> >
> > freetether exposes a RNDIS Ethernet Device. This should simply appear as
> > ue0 and off to the races. Unfortunately it attached via umodem due to
> > the usb.conf/devd usb_autoconf scripts and a device class overlap with
> > if_urndis. After commenting out those manual attach lines for umodem and
> > kldload if_urndis the device still didn't attach. After going into
> > if_rndis.c and enabling the "umodem" conflict section on line
> > ifrndis.c:173 (I'm running 10.1) and recompling the kernel module the
> > device appears and
> > functions, I'm using it to post this.
> >
> > How to I make this permenant (create a quirk?) so I don't have to hack
> >
> > usb.conf and if_rndis.c each time I upgrade?
> >
> > Thanks,
>
> Could you send the complete patch you are using?
>
> --HPS
--
Anish Mistry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: if_urndis.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-usb/attachments/20141213/05a1688d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usb.conf-pre3.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-usb/attachments/20141213/05a1688d/attachment-0001.bin>
More information about the freebsd-usb
mailing list