]> git.baikalelectronics.ru Git - kernel.git/commit
ieee1394: prevent device binding of raw1394, video1394, dv1394
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 18 Feb 2008 20:11:07 +0000 (21:11 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:29 +0000 (17:55 +0200)
commitb41c3c2b9a3dda7b0c66fbc60b990595ad1b8ced
tree3790d77128ba48194af5ca667ba304d3047c1363
parentffc55b61d74e12a9e9f3369844f0c091e6c00d01
ieee1394: prevent device binding of raw1394, video1394, dv1394

These drivers don't need to match any unit_directory type device.
They just need the id_table for module autoloading per module alias.

Not binding any of these drivers allows special-purpose drivers with
similar or same IDs to bind to devices.  This currently only benefits
out-of-tree drivers; on the other hand it is in no way detrimental to
in-tree drivers.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/dv1394.c
drivers/ieee1394/nodemgr.c
drivers/ieee1394/raw1394.c
drivers/ieee1394/video1394.c