Re: [PATCH] PCI changes for 2.5.69

Dave Jones (davej@codemonkey.org.uk)
Thu, 22 May 2003 23:36:16 +0100


On Thu, May 22, 2003 at 03:05:59PM -0700, Greg KH wrote:

> One may write new PCI device IDs into the new_id file:
> echo "8086 1229" > new_id
>
> which will cause a new device ID (sysfs name 0) to be added to the driver.

Why not call the probe routine at this point ?
This would do away with the need for the probe_it file.
The only downside I can see is that if we have a script
echoing lots of device id updates, we're going to lots of
additional (-ENODEV) probes.

Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/