* [PATCH 5/7] usbhid: add hid_quirks modparam docs
@ 2007-03-19 4:22 Paul Walmsley
0 siblings, 0 replies; only message in thread
From: Paul Walmsley @ 2007-03-19 4:22 UTC (permalink / raw)
To: linux-input
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-19 4:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-19 4:22 [PATCH 5/7] usbhid: add hid_quirks modparam docs Paul Walmsley
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).