commit | d2ace29fa44589da51fedc06a67b3f05301f3bfd | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Mon Feb 18 21:11:07 2008 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Apr 18 17:55:29 2008 +0200 |
tree | 3790d77128ba48194af5ca667ba304d3047c1363 | |
parent | 63995d46506a774f5ddd6b51c017d42c3fbfaedb [diff] |
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>