From: Paul Walmsley <[EMAIL PROTECTED]>

Add basic documentation for the usbhid.hid_quirks module parameter.


Signed-off-by: Paul Walmsley <[EMAIL PROTECTED]>

---
 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 via email to