Re: [PATCH 2/2] xfree86: Support autoloading of non-PCI drivers

2014-02-13 Thread Thierry Reding
On Wed, Feb 12, 2014 at 04:00:03PM -0800, Aaron Plattner wrote: On 02/12/2014 11:09 AM, Thierry Reding wrote: * PGP Signed by an unknown key On Wed, Feb 12, 2014 at 05:28:56PM +0100, Hans de Goede wrote: Hi, On 02/12/2014 05:11 PM, Thierry Reding wrote: Drivers for non-PCI devices cannot

[PATCH 2/2] xfree86: Support autoloading of non-PCI drivers

2014-02-12 Thread Thierry Reding
Drivers for non-PCI devices cannot be autoloaded because there is no mechanism in place to correlate the device to the driver name. This patch adds a simple table that maps the name of the Linux kernel driver name to a list of DDX module names. Matching modules will be added to the list of

Re: [PATCH 2/2] xfree86: Support autoloading of non-PCI drivers

2014-02-12 Thread Hans de Goede
Hi, On 02/12/2014 05:11 PM, Thierry Reding wrote: Drivers for non-PCI devices cannot be autoloaded because there is no mechanism in place to correlate the device to the driver name. This patch adds a simple table that maps the name of the Linux kernel driver name to a list of DDX module

Re: [PATCH 2/2] xfree86: Support autoloading of non-PCI drivers

2014-02-12 Thread Thierry Reding
On Wed, Feb 12, 2014 at 05:28:56PM +0100, Hans de Goede wrote: Hi, On 02/12/2014 05:11 PM, Thierry Reding wrote: Drivers for non-PCI devices cannot be autoloaded because there is no mechanism in place to correlate the device to the driver name. This patch adds a simple table that maps

Re: [PATCH 2/2] xfree86: Support autoloading of non-PCI drivers

2014-02-12 Thread Aaron Plattner
On 02/12/2014 11:09 AM, Thierry Reding wrote: * PGP Signed by an unknown key On Wed, Feb 12, 2014 at 05:28:56PM +0100, Hans de Goede wrote: Hi, On 02/12/2014 05:11 PM, Thierry Reding wrote: Drivers for non-PCI devices cannot be autoloaded because there is no mechanism in place to correlate