HID: logitech: fix mask to enable DJ mode
authorNestor Lopez Casado <nlopezcasad@logitech.com>
Thu, 2 Feb 2012 09:54:14 +0000 (10:54 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 10 Oct 2012 02:31:02 +0000 (03:31 +0100)
commitb66c949a4240072010d1fb6a1dac82360ea1b876
tree0bdd5ba4bf0031a7e137f5bea566490d32fa876a
parent3d66356bdfb019c5f045d7a958e829162f8d2cc4
HID: logitech: fix mask to enable DJ mode

commit 765031668fb2b064aebd9a568e5ad794cbe3413a upstream.

The user can only experience the bug if she pairs 6 devices to a Unifying
receiver. The sixth paired device would not work.

The value changed is actually a bitmask that enables reporting from each
paired device. As the sixth bit was not set, the sixth device reports are
ignored by the receiver and never get to the driver.

Signed-off-by: Nestor Lopez Casado <nlopezcasad@logitech.com>
 drivers/hid/hid-logitech-dj.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/hid/hid-logitech-dj.c