diff options
author | Andrew de los Reyes <adlr@chromium.org> | 2013-02-18 17:20:23 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-01 13:14:59 (GMT) |
commit | 8af6c08830b1ae114d1a8b548b1f8b056e068887 (patch) | |
tree | 806d9b7ae3408e4ee17b2dfa0f848e79be3d87a9 /drivers/hid/hid-logitech-dj.h | |
parent | a9dd22b73085734735cfa07398451b061626cc53 (diff) | |
download | linux-8af6c08830b1ae114d1a8b548b1f8b056e068887.tar.xz |
Revert "HID: Fix logitech-dj: missing Unifying device issue"
This reverts commit 596264082f10dd4a567c43d4526b2f54ac5520bc.
The reverted commit was a workaround needed when drivers became unable
to communicate with devices during probe(). Now that such
communication is possible, the workaround is not needed.
Signed-off-by: Andrew de los Reyes <adlr@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-logitech-dj.h')
-rw-r--r-- | drivers/hid/hid-logitech-dj.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-logitech-dj.h b/drivers/hid/hid-logitech-dj.h index 4a40003..fd28a5e 100644 --- a/drivers/hid/hid-logitech-dj.h +++ b/drivers/hid/hid-logitech-dj.h @@ -101,7 +101,6 @@ struct dj_receiver_dev { struct work_struct work; struct kfifo notif_fifo; spinlock_t lock; - bool querying_devices; }; struct dj_device { |