* [PATCH] add support for my CH Eclipse yoke
@ 2010-07-03 7:59 Jonathan Rockway
2010-07-11 19:52 ` Jiri Kosina
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Rockway @ 2010-07-03 7:59 UTC (permalink / raw)
To: linux-input; +Cc: Jonathan Rockway
This USB flight yoke needs the NOGET quirk, like most of CH's other
products. This patch adds that :)
---
drivers/hid/hid-ids.h | 1 +
drivers/hid/usbhid/hid-quirks.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index adbef5d..b2c5bd5 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -117,6 +117,7 @@
#define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2
#define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4
#define USB_DEVICE_ID_CH_FLIGHT_SIM_YOKE 0x00ff
+#define USB_DEVICE_ID_CH_FLIGHT_SIM_ECLIPSE_YOKE 0x0051
#define USB_VENDOR_ID_CHERRY 0x046a
#define USB_DEVICE_ID_CHERRY_CYMOTION 0x0023
diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
index 0d9045a..f5bd7e8 100644
--- a/drivers/hid/usbhid/hid-quirks.c
+++ b/drivers/hid/usbhid/hid-quirks.c
@@ -52,6 +52,7 @@ static const struct hid_blacklist {
{ USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_COMBATSTICK, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_FLIGHT_SIM_YOKE, HID_QUIRK_NOGET },
+ { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_FLIGHT_SIM_ECLIPSE_YOKE, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_PRO_PEDALS, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET },
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] add support for my CH Eclipse yoke
2010-07-03 7:59 [PATCH] add support for my CH Eclipse yoke Jonathan Rockway
@ 2010-07-11 19:52 ` Jiri Kosina
2010-07-11 19:54 ` Jonathan Rockway
0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2010-07-11 19:52 UTC (permalink / raw)
To: Jonathan Rockway; +Cc: linux-input
On Sat, 3 Jul 2010, Jonathan Rockway wrote:
> This USB flight yoke needs the NOGET quirk, like most of CH's other
> products. This patch adds that :)
Hi Jonathan,
thanks a lot for the patch. I have added
Signed-off-by: Jonathan Rockway <jon@jrock.us>
so that the patch is compliant with SubmittingPatches guidelines. Please
ACK/NACK this addition, so that we have everything in place properly.
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] add support for my CH Eclipse yoke
2010-07-11 19:52 ` Jiri Kosina
@ 2010-07-11 19:54 ` Jonathan Rockway
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Rockway @ 2010-07-11 19:54 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-input
* On Sun, Jul 11 2010, Jiri Kosina wrote:
> thanks a lot for the patch. I have added
>
> Signed-off-by: Jonathan Rockway <jon@jrock.us>
>
> so that the patch is compliant with SubmittingPatches guidelines. Please
> ACK/NACK this addition, so that we have everything in place properly.
Perfect, thanks for adding that. Next time I will remember to do that
myself :)
Regards,
Jonathan Rockway
--
print just => another => perl => hacker => if $,=$"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-11 19:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-03 7:59 [PATCH] add support for my CH Eclipse yoke Jonathan Rockway
2010-07-11 19:52 ` Jiri Kosina
2010-07-11 19:54 ` Jonathan Rockway
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).