Skip to content

Commit c08ce25

Browse files
FFY00Jiri Kosina
authored andcommitted
HID: logitech: drop outdated references to unifying receivers
The hid-logitech-{dj,hidpp} were originally developed for unifying receivers but since then they have evolved and now support other types of receivers and devices. This patch adjusts the original descriptions with this in mind. Signed-off-by: Filipe Laíns <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent c101e9b commit c08ce25

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

drivers/hid/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,14 +538,14 @@ config HID_LOGITECH
538538
Support for Logitech devices that are not fully compliant with HID standard.
539539

540540
config HID_LOGITECH_DJ
541-
tristate "Logitech Unifying receivers full support"
541+
tristate "Logitech receivers full support"
542542
depends on USB_HID
543543
depends on HIDRAW
544544
depends on HID_LOGITECH
545545
select HID_LOGITECH_HIDPP
546546
---help---
547-
Say Y if you want support for Logitech Unifying receivers and devices.
548-
Unifying receivers are capable of pairing up to 6 Logitech compliant
547+
Say Y if you want support for Logitech receivers and devices.
548+
Logitech receivers are capable of pairing multiple Logitech compliant
549549
devices to the same receiver. Without this driver it will be handled by
550550
generic USB_HID driver and all incoming events will be multiplexed
551551
into a single mouse and a single keyboard device.

drivers/hid/hid-logitech-dj.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* HID driver for Logitech Unifying receivers
3+
* HID driver for Logitech receivers
44
*
55
* Copyright (c) 2011 Logitech
66
*/
@@ -701,7 +701,7 @@ static void logi_dj_recv_add_djhid_device(struct dj_receiver_dev *djrcv_dev,
701701
type_str, dj_hiddev->product);
702702
} else {
703703
snprintf(dj_hiddev->name, sizeof(dj_hiddev->name),
704-
"Logitech Unifying Device. Wireless PID:%04x",
704+
"Logitech Wireless Device PID:%04x",
705705
dj_hiddev->product);
706706
}
707707

drivers/hid/hid-logitech-hidpp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* HIDPP protocol for Logitech Unifying receivers
3+
* HIDPP protocol for Logitech receivers
44
*
55
* Copyright (c) 2011 Logitech (c)
66
* Copyright (c) 2012-2013 Google (c)

0 commit comments

Comments
 (0)