[PATCH 0/4] input: evdev: Dynamic buffers (rev5)
From: Henrik Rydberg <hidden>
Date: 2010-06-23 11:15:43
Also in:
lkml
From: Henrik Rydberg <hidden>
Date: 2010-06-23 11:15:43
Also in:
lkml
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(-)