diff options
author | Andrew de los Reyes <adlr@chromium.org> | 2013-02-18 17:20:22 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-01 13:14:35 (GMT) |
commit | a9dd22b73085734735cfa07398451b061626cc53 (patch) | |
tree | 94e5eee4d893c442caac3aac511175e270eb6377 /drivers/acpi | |
parent | c849a6143bec520aff2a6646518b0d041402428b (diff) | |
download | linux-a9dd22b73085734735cfa07398451b061626cc53.tar.xz |
HID: logitech-dj: Allow incoming packets during probe().
Historically, logitech-dj communicated with the device during probe()
to query the list of devices attached. Later, a change was introduced
to hid-core that prevented incoming packets for a device during
probe(), as many drivers are unable to handle such input. That change
broke the device enumeration in logitech-dj, so commit
596264082f10dd4a56 was introduced to workaround that by waiting for
normal input before enumerating devices.
Now that drivers can opt-in to receive input during probe, this patch
changes logitech-dj to do that, so that it can successfully complete
enumeration of devices during probe().
Signed-off-by: Andrew de los Reyes <adlr@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions