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 accordi
t;
> > 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
> > i
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
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
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
ff-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/stkwebca
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
f