Re: Webcams not recognized on a Dell Latitude 5285 laptop

2018-04-06 Thread Sakari Ailus
ers in upstream kernel either. So there would be some work to do before you could capture raw bayer images from these devices. -- Kind regards, Sakari Ailus sakari.ai...@linux.intel.com -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a mess

Re: Webcams not recognized on a Dell Latitude 5285 laptop

2018-03-15 Thread Sakari Ailus
e details. Could you send me the ACPI tables, i.e. the file produced by the command: acpidump -o acpidump.bin In Debian acpidump is included in acpica-tools package. Thank you. -- Regards, Sakari Ailus sakari.ai...@linux.intel.com -- To unsubscribe from this list: send the line "unsubsc

Re: [PATCH 13/29] drivers, media: convert vb2_vmarea_handler.refcount from atomic_t to refcount_t

2017-03-07 Thread Sakari Ailus
t of a memory type specific struct, the types that you change in the following three patches. I guess it would still compile and work as separate patches but you'd sure get warnings at least. How about merging this and the three following patches that change the memop refcount types? >

Re: [PATCH 12/29] drivers, media: convert s2255_dev.num_channels from atomic_t to refcount_t

2017-03-07 Thread Sakari Ailus
of four (4). I'd leave this driver using atomic_t. > v4l2_info(>v4l2_dev, "V4L2 device registered as %s\n", > video_device_node_name(>vdev)); > -- Kind regards, Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- T

Re: [PATCH 11/29] drivers, media: convert cx88_core.refcount from atomic_t to refcount_t

2017-03-07 Thread Sakari Ailus
> situations. > > Signed-off-by: Elena Reshetova <elena.reshet...@intel.com> > Signed-off-by: Hans Liljestrand <ishkam...@gmail.com> > Signed-off-by: Kees Cook <keesc...@chromium.org> > Signed-off-by: David Windsor <dwind...@gmail.com> Acked-by: Sakari Ai