[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1345985858-445-1-git-send-email-rydberg@euromail.se>
Date: Sun, 26 Aug 2012 14:57:18 +0200
From: "Henrik Rydberg" <rydberg@...omail.se>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Jiri Kosina <jkosina@...e.cz>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Henrik Rydberg <rydberg@...omail.se>
Subject: [PATCH v2 00/20] Input and HID updates for 3.7
Hi Dmitry, Jiri,
Here is the second version of the patchset for 3.7. Changes in short:
Patch 1: New patch fixing an upcoming problem with ehci scheduling
Patch 3: Improved commit message, explaining the chosen packet size.
Patch 7: Make sure packets always end with a SYN event.
Patch 10: Bugfix and improved commit message.
Patch 19: New patch showing report descriptors for unclaimed devices.
Patch 20: Less is more in the hid-multitouch driver.
That is pretty much it. Please take/comment on the patches you care
about, and I can carry the rest in my tree.
Thanks,
Henrik
Henrik Rydberg (20):
Input: bcm5974 - only setup button urb for TYPE1 devices
Input: Break out MT data
Input: Improve the events-per-packet estimate
Input: Remove redundant packet estimates
Input: Make sure we follow all EV_KEY events
Input: Move autorepeat to the event-passing phase
Input: Send events one packet at a time
Input: evdev - Add the events() callback
Input: MT - Add flags to input_mt_init_slots()
Input: MT - Handle frame synchronization in core
Input: MT - Add in-kernel tracking
Input: MT - Add slot assignment by id
Input: bcm5974 - Preparatory renames
Input: bcm5974 - Drop pressure and width emulation
Input: bcm5974 - Drop the logical dimensions
Input: bcm5974 - Convert to MT-B
HID: Only dump input if someone is listening
HID: Add an input configured notification callback
HID: hid-debug: Show rdesc for unclaimed devices
HID: multitouch: Remove the redundant touch state
drivers/hid/hid-core.c | 3 +-
drivers/hid/hid-debug.c | 12 +-
drivers/hid/hid-input.c | 15 +-
drivers/hid/hid-magicmouse.c | 4 +-
drivers/hid/hid-multitouch.c | 133 +++++--------
drivers/input/evdev.c | 78 +++++---
drivers/input/input-mt.c | 293 +++++++++++++++++++++++++---
drivers/input/input.c | 257 +++++++++++++++----------
drivers/input/misc/uinput.c | 2 +-
drivers/input/mouse/alps.c | 2 +-
drivers/input/mouse/bcm5974.c | 317 ++++++++++++-------------------
drivers/input/mouse/elantech.c | 4 +-
drivers/input/mouse/sentelic.c | 2 +-
drivers/input/mouse/synaptics.c | 4 +-
drivers/input/tablet/wacom_wac.c | 6 +-
drivers/input/touchscreen/atmel_mxt_ts.c | 2 +-
drivers/input/touchscreen/cyttsp_core.c | 2 +-
drivers/input/touchscreen/edt-ft5x06.c | 2 +-
drivers/input/touchscreen/egalax_ts.c | 2 +-
drivers/input/touchscreen/ili210x.c | 2 +-
drivers/input/touchscreen/mms114.c | 2 +-
drivers/input/touchscreen/penmount.c | 2 +-
drivers/input/touchscreen/wacom_w8001.c | 2 +-
include/linux/hid.h | 3 +
include/linux/input.h | 35 ++--
include/linux/input/mt.h | 53 +++++-
26 files changed, 756 insertions(+), 483 deletions(-)
--
1.7.12
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists