linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Walmsley <paul@booyaka.com>
To: linux-input@atrey.karlin.mff.cuni.cz
Subject: [PATCH 5/7] usbhid: add hid_quirks modparam docs
Date: Sun, 18 Mar 2007 22:22:05 -0600 (MDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0703182043240.21893@utopia.booyaka.com> (raw)

From: Paul Walmsley <paul@booyaka.com>

Add basic documentation for the usbhid.hid_quirks module parameter.


Signed-off-by: Paul Walmsley <paul@booyaka.com>

---
  dev/Documentation/kernel-parameters.txt |    9 +++++++++
  1 file changed, 9 insertions(+)

Index: linux/dev/Documentation/kernel-parameters.txt
===================================================================
--- linux.orig/dev/Documentation/kernel-parameters.txt
+++ linux/dev/Documentation/kernel-parameters.txt
@@ -1786,6 +1786,15 @@ and is between 256 and 4096 characters.
  	usbhid.mousepoll=
  			[USBHID] The interval which mice are to be polled at.

+	usbhid.hid_quirks=
+			[USBHID] Add, modify, or remove USB HID device quirks.
+			The format is one or more comma-separated strings of
+			vendorID:productID:productMask:quirks format; e.g.,
+			"usbhid.hid_quirks=0xcd4:0x1:0xffff:0x4" will add
+			a quirk 0x4 (or replace an existing quirk) for
+			vendor 0xcd4 product 0x1.  Multiple product IDs can be
+			covered by using other values for the product mask.
+
  	vdso=		[IA-32,SH]
  			vdso=1: enable VDSO (default)
  			vdso=0: disable VDSO mapping

                 reply	other threads:[~2007-03-19  4:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=Pine.LNX.4.64.0703182043240.21893@utopia.booyaka.com \
    --to=paul@booyaka.com \
    --cc=linux-input@atrey.karlin.mff.cuni.cz \
    /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;
as well as URLs for NNTP newsgroup(s).