Project

General

Profile

Feature #2735 ยป 104_1a.patch

Patch to linux-stable kernel to find exactly the same bug as fixed in commit c0cc359 - Evgeny Novikov, 04/24/2012 02:00 PM

View differences:

drivers/usb/serial/qcserial.c
usb_enable_autosuspend(serial->dev);
/* This is LDV workaround to help to find the exact way to the bug
described in commit c0cc359. */
nintf = 3;
if (intf == 1)
{
ifnum = 1;
}
else if (intf == 2)
{
ifnum = 2;
}
else
{
ifnum = 3;
}
switch (nintf) {
case 1:
/* QDL mode */
    (1-1/1)