Linux Input/HID development
 help / color / mirror / Atom feed
From: Peter <peter@slim-one.de>
To: linux-input <linux-input@vger.kernel.org>
Subject: Force Feedback Logitech G25/G25/Driving Force Pro
Date: Fri, 11 Mar 2011 12:15:04 +0100	[thread overview]
Message-ID: <1299842104.2550.24.camel@slim-one-desktop> (raw)

Hi,

i'd like to ask if someone could add the id's of the logitech wheels to
drivers/hid/hid-lgff.c, so that the wheels autocenter can be
enabled/disabled by userland programs like wine. There has been
discussion over this before:
http://www.mail-archive.com/linux-input@atrey.karlin.mff.cuni.cz/msg01426.html

Line 72:
        { 0x046d, 0xc294, ff_wheel },
has to be copied twice with 0xc294 changed to 0xc298 (DFP) and 0xc299
(G25/G27), because after switching to native mode the devices report
different ids:
        { 0x046d, 0xc298, ff_wheel },
        { 0x046d, 0xc299, ff_wheel },

That's it. 
I managed to get my G27 fully working in LFS (http://www.lfs.net) with
this small modification and some additional fixes to wine. The G25's
Force Feedback, all 4 axis and 20some buttons work like a charm.

Thx in advance, Peter



             reply	other threads:[~2011-03-11 11:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-11 11:15 Peter [this message]
2011-03-15 15:44 ` Force Feedback Logitech G25/G25/Driving Force Pro Olivier Michel
2011-03-22  4:57 ` [PATCH] G25_support Simon Wood
2011-03-22  9:40   ` Jiri Kosina
2011-03-27 19:41   ` Jiri Kosina
2011-05-02 19:17   ` [PATCH] G27_support Peter
2011-05-02 19:21     ` 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=1299842104.2550.24.camel@slim-one-desktop \
    --to=peter@slim-one.de \
    --cc=linux-input@vger.kernel.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