]> git.karo-electronics.de Git - mv-sheeva.git/commit
V4L/DVB (8880): PATCH: Fix parents on some webcam drivers
authorHans de Goede <j.w.r.degoede@hhs.nl>
Mon, 1 Sep 2008 18:28:23 +0000 (15:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 4 Sep 2008 21:27:35 +0000 (18:27 -0300)
commit748c7f80acc266a54ade4d6863229402fd3cd363
tree30798d77d2cbf930a2478dcbc31373c9c799380b
parentc4e3fd940c7081a0332e9b4ea6485744075067b0
V4L/DVB (8880): PATCH: Fix parents on some webcam drivers

While doing some testing using Luca Risolia's sonix driver I noticed that
the video device did not get ACL's set to allow access by locally logged in
users, nor does it show up as a video device in lshal, causing cheese to not
see it.

This turns out to be caused by all of Luca Risolia's drivers not setting
the parent member of the video_device struct. This patch fixes this.

Cc: Luca Risolia <luca.risolia@studio.unibo.it>
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/et61x251/et61x251_core.c
drivers/media/video/sn9c102/sn9c102_core.c
drivers/media/video/zc0301/zc0301_core.c