Re: [linux-usb-devel] 2.5.42-ac1, 2.5.42,

David Brownell (david-b@pacbell.net)
Tue, 15 Oct 2002 14:00:42 -0700


Nicolas Mailhot wrote:
>> Well, I've seen USB getting annoyingly flakey results in recent kernels.
>> ...
>
> Well, I knew AMD 756 + USB was a bit risky, guess I was too much in a
> 2.5 mood when I bought this keyboard.

I wouldn't call that combo risky, not since AMD told us the
workaround. There might be a few minor teething problems in
the 2.5 stack, once this recent flakiness gets resolved, but
it ought to work just fine.

>> There are some one-liners floating around that make it a lot better,
>> like making drivers/base/core.c found_match() "return error != 0"
>> (true == matched) instead of "return error" (true == failed). That

Sorry, make that "return error == 0".

- Dave

-
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/