Prev: HID: Fix PicoLCD to allow it to run fbcon and handle unplug while FB in use
Next: [PATCH 5/5] input: evdev: Never leave the client buffer empty after write
From: Henrik Rydberg on 23 Jun 2010 07:20 Hi Dmitry, Please find enclosed the fifth version of the evdev buffer patches. In this version, the buffer scheme is left intact, leaving a single patch to make the client buffers dynamic. Mostly harmless. The rest of the patches are rebased versions of what has already been sent, and summarizes what seems to be needed to fix the original buffer problem. The last patch is a bonus which fixes an old bug. Thanks, Henrik Henrik Rydberg (5): input: evdev: Convert to dynamic event buffer (rev5) input: Use driver hint to compute the evdev buffer size (rev3) input: bcm5974: Set the average number of events per MT event packet hid-input: Use a larger event buffer for MT devices input: evdev: Never leave the client buffer empty after write drivers/hid/hid-input.c | 3 +++ drivers/input/evdev.c | 33 ++++++++++++++++++++++++++++----- drivers/input/mouse/bcm5974.c | 2 ++ include/linux/input.h | 17 +++++++++++++++++ 4 files changed, 50 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |