From: M. R. B. <mr...@0x...> - 2002-11-01 19:25:17
|
* Mike Barnett <mik...@ho...> on Fri, Nov 01, 2002: > This is my first attempt at a kernel patch, so my apologies if it doe= sn't work or screws up your kernel sources. It shouldn't but you never kno= w. >=20 > The bug in the maple.c driver caused non-sega keyboards to continuous= ly "connect" and "disconnect". I've tested the patch with a non-sega keybo= ard and a sega controller. Both seem to work fine and I would expect other= devices to work as well. >=20 > Not sure what the process is to get this into the source tree. >=20 Thanks for the patch. Applied. M. R. 2002-11-01 M. R. Brown <mr...@li...> From Mike Barnett: * drivers/maple/maple.c (maple_dma_irq): Make sure maple_detect_callback() is called if the previous command was MAPLE_COMMAND_DEVINFO. |