Feature #2735 ยป 104_1a.patch
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 */
|