HID: logitech: drop outdated references to unifying receivers
authorFilipe Laíns <lains@archlinux.org>
Sun, 12 Jan 2020 23:50:09 +0000 (23:50 +0000)
committerJiri Kosina <jkosina@suse.cz>
Mon, 6 Apr 2020 09:38:35 +0000 (11:38 +0200)
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 <lains@archlinux.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/hid-logitech-dj.c
drivers/hid/hid-logitech-hidpp.c

index 7c89edbd6c5a8ae224eeca99b7b7e3440b238e11..c5b0bd5283faf169f98b16eae2749a3b57f20474 100644 (file)
@@ -538,14 +538,14 @@ config HID_LOGITECH
        Support for Logitech devices that are not fully compliant with HID standard.
 
 config HID_LOGITECH_DJ
-       tristate "Logitech Unifying receivers full support"
+       tristate "Logitech receivers full support"
        depends on USB_HID
        depends on HIDRAW
        depends on HID_LOGITECH
        select HID_LOGITECH_HIDPP
        ---help---
-       Say Y if you want support for Logitech Unifying receivers and devices.
-       Unifying receivers are capable of pairing up to 6 Logitech compliant
+       Say Y if you want support for Logitech receivers and devices.
+       Logitech receivers are capable of pairing multiple Logitech compliant
        devices to the same receiver. Without this driver it will be handled by
        generic USB_HID driver and all incoming events will be multiplexed
        into a single mouse and a single keyboard device.
index ed9b1c1f460dbaa09bd504579fe7042510e4eacb..48dff5d6b60563a92ac9f6300c771b631e4eb137 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- *  HID driver for Logitech Unifying receivers
+ *  HID driver for Logitech receivers
  *
  *  Copyright (c) 2011 Logitech
  */
@@ -701,7 +701,7 @@ static void logi_dj_recv_add_djhid_device(struct dj_receiver_dev *djrcv_dev,
                        type_str, dj_hiddev->product);
        } else {
                snprintf(dj_hiddev->name, sizeof(dj_hiddev->name),
-                       "Logitech Unifying Device. Wireless PID:%04x",
+                       "Logitech Wireless Device PID:%04x",
                        dj_hiddev->product);
        }
 
index 094f4f1b6555b49315d44632a70cb8c6205f24db..1e1cf8eae649e0aeda50d6d641d8a6552d95c5e4 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- *  HIDPP protocol for Logitech Unifying receivers
+ *  HIDPP protocol for Logitech receivers
  *
  *  Copyright (c) 2011 Logitech (c)
  *  Copyright (c) 2012-2013 Google (c)