linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Wood <simon@mungewell.org>
To: linux-input@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Jiri Kosina <jkosina@suse.cz>,
	Michael Bauer <michael@m-bauer.org>,
	Michal Maly <madcatxster@gmail.com>,
	Simon Wood <simon@mungewell.org>
Subject: [PATCH 2/2] HID: hid-lg4ff clean up attribution
Date: Mon, 12 Mar 2012 08:17:39 -0700	[thread overview]
Message-ID: <1331565459-1892-2-git-send-email-simon@mungewell.org> (raw)
In-Reply-To: <1331565459-1892-1-git-send-email-simon@mungewell.org>

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@mungewell.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@mungewell.org>
+ *  Copyright (c) 2011 Michal Maly <madcatxster@gmail.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@mungewell.org>\n");
+	hid_info(hid, "Force feedback for Logitech Gaming Wheels\n");
 	return 0;
 }
 
-- 
1.7.4.1


  reply	other threads:[~2012-03-12 16:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-12 15:17 [PATCH 1/2] HID: hid-lg4ff add support for G27 LEDs Simon Wood
2012-03-12 15:17 ` Simon Wood [this message]
2012-03-12 15:46 ` Jiri Kosina
2012-03-12 18:04   ` simon
2012-03-12 18:07     ` Mark Brown
2012-03-12 18:19       ` simon
2012-03-12 18:32         ` Mark Brown
2012-03-12 19:05           ` simon
2012-03-12 19:12             ` Mark Brown
2012-03-13  8:23             ` Jiri Kosina
2012-03-12 16:09 ` Jiri Kosina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1331565459-1892-2-git-send-email-simon@mungewell.org \
    --to=simon@mungewell.org \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=madcatxster@gmail.com \
    --cc=michael@m-bauer.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).