lkml.org 
[lkml]   [2012]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] hid: Introduce device groups
Date
Hi all,

Here is the proposed patchset for extending the device-driver matching
mechanism. I believe the comments from Jiri and Benjamin have all been
addressed. Auto-loading from boot as well as hotplugging seems to work
well, and the bluetooth stack seems unaffected, at least I can still
run the magic trackpad. I don't have any report-fixup devices to test,
but I believe those should work too. Benjamin?

The early parsing of reports has been moved as close to the actual
device add as possible, leaving all special handling, such as ignored
devices, still in effect. Also, since only devices not listed in the
special drivers array are affected, report fixups should still apply.
The rest of the devices are parsed and placed into a device group, of
which there is currently only one (apart from the default). This
handling is done automatically for all the bus drivers, BT, HID, and
soon I2C.

Based on the extended modalias of the device id, there can now be one
generic hid driver per device group, and udev will load the
appropriate one. Currently we only have usbhid and hid-multitouch, but
more groups could likely be added to good advantage. The group
assignment logic will not take up much space and will allow the
generic event code to be broken down into smaller functional groups.

The patches apply to 3.4-rc3.

Enjoy,
Henrik

Henrik Rydberg (5):
hid: Add device group to modalias
hid: Parse the device before adding it
hid-multitouch: Prepare driver for device groups
hid-multitouch: Switch to device groups
hid-multitouch: Remove remnant quirk handling

drivers/hid/hid-core.c | 112 ++++++++++--------------------
drivers/hid/hid-input.c | 11 ---
drivers/hid/hid-multitouch.c | 146 ++++++++++++++++++++-------------------
include/linux/hid.h | 8 ++-
include/linux/mod_devicetable.h | 2 +-
scripts/mod/file2alias.c | 3 +-
6 files changed, 123 insertions(+), 159 deletions(-)

--
1.7.10



\
 
 \ /
  Last update: 2012-04-19 00:01    [W:0.759 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site