Re: Oops in cdc-wdm, 2.6.29-rc6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Donnerstag 26 März 2009 23:02:47 schrieb Chuck Ebbert:
> https://bugzilla.redhat.com/show_bug.cgi?id=481741
>
>
> oops is at drivers/usb/class/cdc-wdm.c:644:
>
>         iface = &intf->altsetting[0];
>         ep = &iface->endpoint[0].desc;
>         if (!usb_endpoint_is_int_in(ep)) {       <==== ep is NULL

A quick fix here would be to change it to
if (!ep || !usb_endpoint_is_int_in(ep)) {

But that doesn't tell us what's wrong. Can you get lsusb -v for
the device?

	Regards
		Oliver

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux