From: Laurent Pinchart Date: Thu, 10 Dec 2009 13:00:39 +0000 (-0300) Subject: V4L/DVB (13828): uvcvideo: Make the quirks module parameter override the built-in... X-Git-Tag: v2.6.34-rc1~280^2~348 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73de3592c0da2313b25bac7789e9ea02c4b9f082;p=pandora-kernel.git V4L/DVB (13828): uvcvideo: Make the quirks module parameter override the built-in quirks The quirks module parameter is or'ed with the built-in quirks for the device being probed. This make it impossible to disable a built-in quirk without recompiling the driver. Replace the built-in quirks with the quirks module parameter instead of or'ing the values. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed