Re: [PATCH 1/3] media: stkwebcam: Support for ASUS A6VM notebook added.

2018-11-30 Thread Andreas Pape
Hi Keiran, thanks for the review. On Mon, 26 Nov 2018 12:48:53 + Kieran Bingham wrote: > > I guess these strings match the strings produced by dmi-decode on your > laptop? > I didn't use dmidecode but I read the values from /sys/class/dmi/sys_vendor and /sys/class/dmi/product_name

Re: [PATCH 2/3] media: stkwebcam: Bugfix for not correctly initialized camera

2018-11-30 Thread Andreas Pape
gt; > Signed-off-by: Andreas Pape > > --- > > drivers/media/usb/stkwebcam/stk-webcam.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c > > b/drivers/media/usb/stkwebcam/stk-webcam.c > > index

[PATCH 2/3] media: stkwebcam: Bugfix for not correctly initialized camera

2018-11-23 Thread Andreas Pape
flawlessly. This patch solves the issue when using e.g. cheese. Signed-off-by: Andreas Pape --- drivers/media/usb/stkwebcam/stk-webcam.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c b/drivers/media/usb/stkwebcam/stk-webcam.c index e61427e50525

[PATCH 1/3] media: stkwebcam: Support for ASUS A6VM notebook added.

2018-11-23 Thread Andreas Pape
The ASUS A6VM notebook has a built in stk11xx webcam which is mounted in a way that the video is vertically and horizontally flipped. Therefore this notebook is added to the special handling in the driver to automatically flip the video into the correct orientation. Signed-off-by: Andreas Pape

[PATCH 0/3] Fix for webcam issues with ASUS A6VM

2018-11-23 Thread Andreas Pape
This set of patches makes the Syntek USB webcam integrated into Asus A6VM notebooks accessible again. Andreas Pape (3): media: stkwebcam: Support for ASUS A6VM notebook added. media: stkwebcam: Bugfix for not correctly initialized camera media: stkwebcam: Bugfix for wrong return values

[PATCH 3/3] media: stkwebcam: Bugfix for wrong return values

2018-11-23 Thread Andreas Pape
-by: Andreas Pape --- drivers/media/usb/stkwebcam/stk-webcam.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c b/drivers/media/usb/stkwebcam/stk-webcam.c index c64928e36a5a..66a3665fc826 100644 --- a/drivers/media/usb/stkwebcam/stk

Bug in stkwebcam?

2018-11-22 Thread Andreas Pape
Hello, I recently updated my old 2006 Asus A6VM notebook with the latest 32bit Ubuntu 18.04 LTS (kernel 4.15.0) and found out that the driver for the webcam (Syntek USB2.0, USB ID 174f:a311) was not working. I only got error messages like "Sensor resetting failed" in dmesg when starting guvcview