[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4DC3D296.9060707@slagter.name>
Date: Fri, 06 May 2011 12:51:02 +0200
From: Erik Slagter <erik@...gter.name>
To: linux-kernel@...r.kernel.org
Subject: Re: OOPS after connection Droids MuIn USB display
Following up on this bug I have found the location of the OOPS in source
code (using bisection). It's clearly not the source of the problem, but
I hope it will help.
In the file drivers/usb/class/cdc-acm.c, around line 1098, there is a
comment "/*workaround for switched interfaces */" and then a check:
if (data_interface->cur_altsetting->desc.bInterfaceClass !=
CDC_DATA_INTERFACE_TYPE)
At this point, the variable data_interface is NULL and this causes the OOPS.
Download attachment "smime.p7s" of type "application/pkcs7-signature" (5110 bytes)
Powered by blists - more mailing lists