From: Steffen Zieger <lkml@steffenspage.de>
To: linux-kernel@vger.kernel.org
Subject: Re: Codemercs IO-Warrior support
Date: Sun, 5 Sep 2004 14:33:34 +0200 [thread overview]
Message-ID: <200409051433.37210.lkml@steffenspage.de> (raw)
In-Reply-To: <20040903234208.380eeb64.akpm@osdl.org>
On Saturday 04 September 2004 08:42, Andrew Morton wrote:
> It's wordwrapped by your email client.
Sorry for this.
Here it is again. This time it's hopefully functional.
HAND,
Steffen
--- /usr/src/linux/drivers/usb/input/hid-core.c.orig 2004-09-03 20:53:49.124191720 +0200
+++ /usr/src/linux/drivers/usb/input/hid-core.c 2004-09-03 20:59:14.728692312 +0200
@@ -1439,6 +1439,13 @@
#define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101
#define USB_DEVICE_ID_4_PHIDGETSERVO_20 0x8104
+#define USB_VENDOR_ID_CODEMERCS 0x07c0
+#define USB_DEVICE_ID_CODEMERCS_IOW40 0x1500
+#define USB_DEVICE_ID_CODEMERCS_IOW24 0x1501
+#define USB_DEVICE_ID_CODEMERCS_IOW48 0x1502
+#define USB_DEVICE_ID_CODEMERCS_IOW28 0x1503
+
static struct hid_blacklist {
__u16 idVendor;
__u16 idProduct;
@@ -1520,6 +1527,11 @@
{ USB_VENDOR_ID_NEC, USB_DEVICE_ID_NEC_USB_GAME_PAD, HID_QUIRK_BADPAD },
{ USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_RUMBLEPAD, HID_QUIRK_BADPAD },
{ USB_VENDOR_ID_TOPMAX, USB_DEVICE_ID_TOPMAX_COBRAPAD, HID_QUIRK_BADPAD },
+
+ { USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW40, HID_QUIRK_IGNORE },
+ { USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW24, HID_QUIRK_IGNORE },
+ { USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW48, HID_QUIRK_IGNORE },
+ { USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW28, HID_QUIRK_IGNORE },
{ 0, 0 }
};
prev parent reply other threads:[~2004-09-05 12:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-03 19:14 Steffen Zieger
[not found] ` <20040903194211.GA5546@hsnr.de>
2004-09-03 20:03 ` Steffen Zieger
2004-09-04 6:42 ` Andrew Morton
2004-09-05 12:33 ` Steffen Zieger [this message]
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=200409051433.37210.lkml@steffenspage.de \
--to=lkml@steffenspage.de \
--cc=linux-kernel@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
Powered by JetHome