From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751567Ab2DRHDb (ORCPT ); Wed, 18 Apr 2012 03:03:31 -0400 Received: from idcmail-mo1so.shaw.ca ([24.71.223.10]:54739 "EHLO idcmail-mo1so.shaw.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750891Ab2DRHD2 (ORCPT ); Wed, 18 Apr 2012 03:03:28 -0400 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=zu4PKjlF+9DoPrG/TPTQ4CC8dREy1gI1uGhqrRhVwqE= c=1 sm=1 a=yhpokYZf80IA:10 a=3762yOXauukA:10 a=BLceEmwcHowA:10 a=oaxjXb+On79cRBAvziGSJw==:17 a=47LbCVvxAAAA:8 a=cVSIDrpVAAAA:8 a=WEkiNESVGzsTTn7g84wA:9 a=CbsMUQJzpP5qRxgPSTAA:7 a=QhNQsjeWOoAA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 From: Simon Wood To: linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jiri Kosina , Michael Bauer , Michal Maly , Simon Wood Subject: [PATCH 2/2] HID: hid-lg4ff: Updated Comments Date: Wed, 18 Apr 2012 00:03:08 -0700 Message-Id: <1334732588-9351-2-git-send-email-simon@mungewell.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1334732588-9351-1-git-send-email-simon@mungewell.org> References: <1334732588-9351-1-git-send-email-simon@mungewell.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Updated comments to say that this driver now supports all Logitech gaming wheels, and not just the WiiWheel Signed-off-by: Simon Wood --- drivers/hid/hid-lg4ff.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/hid/hid-lg4ff.c b/drivers/hid/hid-lg4ff.c index ab5232e..cbafb46 100644 --- a/drivers/hid/hid-lg4ff.c +++ b/drivers/hid/hid-lg4ff.c @@ -1,7 +1,8 @@ /* - * Force feedback support for Logitech Speed Force Wireless + * Force feedback support for Logitech Gaming Wheels * - * http://wiibrew.org/wiki/Logitech_USB_steering_wheel + * Including G27, G25, DFP, DFGT, FFEX, Momo, Momo2 & + * Wireless Speed Force (WiiWheel) * * Copyright (c) 2010 Simon Wood */ @@ -587,7 +588,7 @@ err: } #endif - hid_info(hid, "Force feedback for Logitech Speed Force Wireless by Simon Wood \n"); + hid_info(hid, "Force feedback for Logitech Gaming Wheels\n"); return 0; } -- 1.7.4.1