Am Sonntag, 12. März 2006 18:58 schrieb Bob Copeland:
> On 3/12/06, Paul Fulghum <[EMAIL PROTECTED]> wrote:
> > --- linux-2.6.16-rc5/drivers/usb/class/cdc-acm.c        2006-02-27 
> > 09:24:29.000000000 -0600
> > +++ b/drivers/usb/class/cdc-acm.c       2006-03-12 10:22:21.000000000 -0600
> > @@ -980,7 +980,7 @@ skip_normal_probe:
> >         usb_driver_claim_interface(&acm_driver, data_interface, acm);
> >
> >         usb_get_intf(control_interface);
> > -       tty_register_device(acm_tty_driver, minor, &control_interface->dev);
> > +       tty_register_device(acm_tty_driver, minor, NULL);
> >
> >         acm_table[minor] = acm;
> >         usb_set_intfdata (intf, acm);
> >
> 
> Paul,
> 
> No oops with the above patch.

I've got an itch. Is the order of interfaces in your device reversed?

        Regards
                Oliver


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to