lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Mar 2012 08:17:39 -0700
From:	Simon Wood <simon@...gewell.org>
To:	linux-input@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, Jiri Kosina <jkosina@...e.cz>,
	Michael Bauer <michael@...auer.org>,
	Michal Maly <madcatxster@...il.com>,
	Simon Wood <simon@...gewell.org>
Subject: [PATCH 2/2] HID: hid-lg4ff clean up attribution

This patch adds proper attribution for Michal (who re-wrote significant
portions of this driver last year) and clarifies that it now supports
most of the Logitech gaming wheels (not just the Speed Force Wireless).

Signed-off-by: Simon Wood <simon@...gewell.org>
---
 drivers/hid/Kconfig     |    1 +
 drivers/hid/hid-lg4ff.c |    8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index a421abd..1a7fd8c 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -307,6 +307,7 @@ config LOGIWHEELS_FF
 	  - Logitech G27
 	  - Logitech MOMO/MOMO 2
 	  - Logitech Formula Force EX
+	  - Logitech Speed Force Wireless (Wii)
 
 config HID_MAGICMOUSE
 	tristate "Apple MagicMouse multi-touch support"
diff --git a/drivers/hid/hid-lg4ff.c b/drivers/hid/hid-lg4ff.c
index 4f3b744..bad760d 100644
--- a/drivers/hid/hid-lg4ff.c
+++ b/drivers/hid/hid-lg4ff.c
@@ -1,9 +1,13 @@
 /*
- *  Force feedback support for Logitech Speed Force Wireless
+ *  Force feedback support for Logitech Gaming Wheels
+ *
+ *  Including: MOMO, MOMO2, DFGT, DFP, G25, G27
+ *    and Speed Force Wireless (Wii)
  *
  *  http://wiibrew.org/wiki/Logitech_USB_steering_wheel
  *
  *  Copyright (c) 2010 Simon Wood <simon@...gewell.org>
+ *  Copyright (c) 2011 Michal Maly <madcatxster@...il.com>
  */
 
 /*
@@ -536,7 +540,7 @@ int lg4ff_init(struct hid_device *hid)
 		hid_lg4ff_set_leds(hid, 0);
 	}
 
-	hid_info(hid, "Force feedback for Logitech Speed Force Wireless by Simon Wood <simon@...gewell.org>\n");
+	hid_info(hid, "Force feedback for Logitech Gaming Wheels\n");
 	return 0;
 }
 
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ