Messages in this thread |  | | From | David Brownell <> | Subject | Re: PROBLEM: kernel oops with g_serial USB gadget on 2.6.30 | Date | Tue, 23 Jun 2009 00:22:38 -0700 |
| |
On Monday 22 June 2009, Marek Szyprowski wrote: > > > Like, oh, changing a spinlock to a mutex. You might change the > > low_latency setting and review how that's now supposed to behave. > > In in gs_open() function in drivers/usb/gadget/u_serial.c, after the > line 780 I've added: > > tty->low_latency = 1;
That's already how it's set. Try instead *REMOVING* the line which sets that flag.
> This helped a bit, but after a few serial transfers I got the same > bug again.
Of course. You didn't change anything.
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |