From: "STenyaK (Bruno Gonzalez)" <stenyak@gmail.com>
To: johann deneux <johann.deneux@gmail.com>,
linux-input <linux-input@atrey.karlin.mff.cuni.cz>,
dmitry <dmitry.torokhov@gmail.com>
Cc: Valentin Zagura <puthre@gmail.com>
Subject: Re: [PATCH] Added device to hid-ff
Date: Thu, 15 Feb 2007 20:40:59 +0100 [thread overview]
Message-ID: <op.tns2alf2a64tfs@localhost> (raw)
In-Reply-To: <38b3b7c0702151056m7c396952j81199783f654bf7a@mail.gmail.com>
Sorry for not providing a proper patch, could you please also add
{0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel
to the list? I tested it here and that wheel is also working.
On Thu, 15 Feb 2007 19:56:18 +0100, johann deneux
<johann.deneux@gmail.com> wrote:
> This patch (initially submitted by Valentin Zagura) adds the Logitech
> Formula Force EX to the list of devices handled by hid-lgff.
> Also updated the text of the Kconfig entry.
>
> Signed-off-by: Johann Deneux <johann.deneux@gmail.com>
>
> --- linux-2.6.20.orig/drivers/usb/input/Kconfig 2007-02-04 19:44:
> 54.000000000 +0100
> +++ linux-2.6.20/drivers/usb/input/Kconfig 2007-02-15
> 12:27:42.000000000+0100
> @@ -56,17 +56,21 @@ config HID_PID
> Say Y here if you have a PID-compliant device and wish to enable
> force
> feedback for it. Microsoft Sidewinder Force Feedback 2 is one of
> such
> devices.
>
> config LOGITECH_FF
> - bool "Logitech WingMan *3D support"
> + bool "Logitech devices support"
> depends on HID_FF
> select INPUT_FF_MEMLESS if USB_HID
> help
> Say Y here if you have one of these devices:
> - Logitech WingMan Cordless RumblePad
> + - Logitech WingMan Cordless RumblePad 2
> - Logitech WingMan Force 3D
> + - Logitech Formula Force EX
> + - Logitech MOMO Force wheel
> +
> and if you want to enable force feedback for them.
> Note: if you say N here, this device will still be supported, but
> without
> force feedback.
>
> config THRUSTMASTER_FF
> --- linux-2.6.20.orig/drivers/usb/input/hid-ff.c 2007-02-04 19:44:
> 54.000000000 +0100
> +++ linux-2.6.20/drivers/usb/input/hid-ff.c 2007-02-15
> 12:16:53.000000000+0100
> @@ -53,10 +53,11 @@ struct hid_ff_initializer {
> */
> static struct hid_ff_initializer inits[] = {
> #ifdef CONFIG_LOGITECH_FF
> { 0x46d, 0xc211, hid_lgff_init }, /* Logitech Cordless rumble pad */
> { 0x46d, 0xc283, hid_lgff_init }, /* Logitech Wingman Force 3d */
> + { 0x46d, 0xc294, hid_lgff_init }, /* Logitech Formula Force EX */
> { 0x46d, 0xc295, hid_lgff_init }, /* Logitech MOMO force wheel */
> { 0x46d, 0xc219, hid_lgff_init }, /* Logitech Cordless rumble pad 2
> */
> #endif
> #ifdef CONFIG_THRUSTMASTER_FF
> { 0x44f, 0xb304, hid_tmff_init },
--
Saludos,
STenyaK
_______________________________________________
Site: http://1ksurvivor.homeip.net <1kSurvivor>
http://motorsport-sim.org <Motorsport>
http://kwh.iespana.es <KuantikalWareHouse>
http://emuletutorial.info <EmuleTutorial>
ICQ: 153709484
Mail: stenyak AT gmail DOT net
next prev parent reply other threads:[~2007-02-15 19:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-15 18:56 [PATCH] Added device to hid-ff johann deneux
2007-02-15 19:17 ` Dmitry Torokhov
2007-02-15 19:40 ` STenyaK (Bruno Gonzalez) [this message]
2007-02-15 19:42 ` Dmitry Torokhov
2007-02-15 19:46 ` Dmitry Torokhov
2007-02-15 19:53 ` STenyaK (Bruno Gonzalez)
2007-02-16 10:05 ` Valentin Zagura
2007-02-16 15:20 ` STenyaK (Bruno Gonzalez)
2007-02-15 19:51 ` Anssi Hannula
2007-02-15 20:09 ` Dmitry Torokhov
2007-02-16 15:43 ` johann deneux
2007-02-16 16:03 ` Dmitry Torokhov
2007-02-16 17:28 ` Dmitry Torokhov
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=op.tns2alf2a64tfs@localhost \
--to=stenyak@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=johann.deneux@gmail.com \
--cc=linux-input@atrey.karlin.mff.cuni.cz \
--cc=puthre@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.