V4L/DVB (11993): V4L/pwc - use usb_interface as parent, not usb_device
authorLennart Poettering <mzxreary@0pointer.de>
Thu, 4 Jun 2009 19:18:13 +0000 (16:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:52 +0000 (19:07 -0300)
commit52a85e17091d2fe9ade6a5d94063e70c5d2a9d5b
tree63cc120227cdbcd4c80e4a273e5cb94786307dfd
parente36bc31f823d6089bedc935fea82b6d36793412a
V4L/DVB (11993): V4L/pwc - use usb_interface as parent, not usb_device

The current code creates a sysfs device path where the video4linux
device is child of the usb device itself instead of the interface it
belongs to. That is evil and confuses udev.

This patch does basically the same thing as Kay's similar patch for the
ov511 driver:

at git commit ce96d0a44a4f8d1bb3dc12b5e98cb688c1bc730d

Signed-off-by: Lennart Poettering <mzxreary@0pointer.de>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pwc/pwc-if.c
This page took 0.02853 seconds and 5 git commands to generate.