commit | 73de3592c0da2313b25bac7789e9ea02c4b9f082 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Dec 10 10:00:39 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Feb 26 15:10:25 2010 -0300 |
tree | 04c9c0ba36b98007700fd0c1c71e9b76c45b19dd | |
parent | 310fe52461e6244b01a04b011c2e886d6b69de16 [diff] |
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 <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>