xhci: Add quirks module option
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2013 11:42:48 +0000 (12:42 +0100)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 13 Dec 2013 20:04:52 +0000 (12:04 -0800)
commit4e6a1ee72b74ce013f0b31063915a58ba7db2f88
tree2d7e2bb9f04b87e060664ee9af6cdb28fd1b477b
parent3d724fa513cd1bd06d3457ccda36941f3606d048
xhci: Add quirks module option

It makes easier for debugging some hardware specific issues.

Note that this option won't override the value to be set.  That is,
you can turn quirks on by this option but cannot turn them off if set
by the driver.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci.c