From: Andrew de los Reyes <adlr@xxxxxxxxxxxx> This patch series includes the latest version of the patch to separate the HID driver lock into two. It also includes the first use of the new API provided by that patch: a change to the Logitech Unifying Receiver driver to detect attached peripherals during probe(). With that in, we can also revert a previous workound, which was originally introduced when probe() stopped being able to communicate with the device. Andrew de los Reyes (3): HID: Separate struct hid_device's driver_lock into two locks. HID: Fix logitech-dj: Allow incoming packets during probe(). Revert "HID: Fix logitech-dj: missing Unifying device issue" drivers/hid/hid-core.c | 24 +++++++++++++++++++--- drivers/hid/hid-logitech-dj.c | 48 +++---------------------------------------- drivers/hid/hid-logitech-dj.h | 1 - include/linux/hid.h | 46 ++++++++++++++++++++++++++++++++++++++++- 4 files changed, 69 insertions(+), 50 deletions(-) -- 1.8.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html