From patchwork Mon Apr 15 19:27:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Raring,SRU,PULL] quirk PROBE_DEF for OmniVision webcam X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 236704 Message-Id: <1366054058.4159.101.camel@fourier> To: kernel-team@lists.ubuntu.com Date: Mon, 15 Apr 2013 12:27:38 -0700 From: Kamal Mostafa List-Id: Kernel team discussions *This patch has been sent upstream. Bug reference: https://bugs.launchpad.net/bugs/1168430 monitor webcam not detected (intermitent) [IMPACT] This model-specific quirk fixes an observed Raring regression from 12.10. Some models of OmniVision webcam need a pre-existing quirk in order to avoid a condition which prevents the driver from recognizing the harware consistently. Some timing difference between 12.10 and Raring exposed the problem for this particular OmniVision model, which wasn't in the quirk list. [TESTCASE] Bug reporter confirms that adding this model to the quirk list fixes the problem, allowing the webcam to be consistently recognized in Raring. [Regression Potential] Very low risk: This patch affects only this particular machine and webcam model, and only inhibits the query for a feature which this webcam doesn't support anyway. Thanks, -Kamal -------- >8 ---------------------------------------------------- The following changes since commit c4558a72f5420a930a6f94f91b8b0440a595590f: Linux 3.8.7 (2013-04-12 12:51:12 -0600) are available in the git repository at: git://kernel.ubuntu.com/kamal/ubuntu-raring.git lp1168430 for you to fetch changes up to d8f88f121508231833b6cabce4aaccf6a4d8b077: UBUNTU: SAUCE: [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision webcam (2013-04-15 12:04:54 -0700) ---------------------------------------------------------------- Kamal Mostafa (1): UBUNTU: SAUCE: [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision webcam drivers/media/usb/uvc/uvc_driver.c | 9 +++++++++ 1 file changed, 9 insertions(+) Acked-by: Leann Ogasawara