* [PATCH 2.6.9-rc3] sk98lin - register the driver with hotplug
@ 2004-09-30 22:05 Michal Schmidt
2004-10-01 11:59 ` Mirko Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Michal Schmidt @ 2004-09-30 22:05 UTC (permalink / raw)
To: mlindner; +Cc: netdev
[-- Attachment #1: Type: text/plain, Size: 109 bytes --]
Hello,
The attached patch allows the sk98lin module to be loaded automatically
by hotplug.
Michal Schmidt
[-- Attachment #2: sk98lin-hotplug.diff --]
[-- Type: text/plain, Size: 381 bytes --]
--- linux-2.6.9-rc3.orig/drivers/net/sk98lin/skge.c 2004-09-30 23:38:44.181252712 +0200
+++ linux-2.6.9-rc3/drivers/net/sk98lin/skge.c 2004-09-30 21:02:04.000000000 +0200
@@ -5169,6 +5169,8 @@ static struct pci_device_id skge_pci_tbl
{ 0, }
};
+MODULE_DEVICE_TABLE(pci, skge_pci_tbl);
+
static struct pci_driver skge_driver = {
.name = "skge",
.id_table = skge_pci_tbl,
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 2.6.9-rc3] sk98lin - register the driver with hotplug
2004-09-30 22:05 [PATCH 2.6.9-rc3] sk98lin - register the driver with hotplug Michal Schmidt
@ 2004-10-01 11:59 ` Mirko Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Mirko Lindner @ 2004-10-01 11:59 UTC (permalink / raw)
To: Michal Schmidt; +Cc: netdev
Hi Michal,
thanks for the patch. I'll include the changes into the driver.
Cheers,
Mirko
Michal Schmidt wrote:
> Hello,
>
> The attached patch allows the sk98lin module to be loaded automatically
> by hotplug.
>
> Michal Schmidt
>
>
> ------------------------------------------------------------------------
>
> --- linux-2.6.9-rc3.orig/drivers/net/sk98lin/skge.c 2004-09-30 23:38:44.181252712 +0200
> +++ linux-2.6.9-rc3/drivers/net/sk98lin/skge.c 2004-09-30 21:02:04.000000000 +0200
> @@ -5169,6 +5169,8 @@ static struct pci_device_id skge_pci_tbl
> { 0, }
> };
>
> +MODULE_DEVICE_TABLE(pci, skge_pci_tbl);
> +
> static struct pci_driver skge_driver = {
> .name = "skge",
> .id_table = skge_pci_tbl,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-01 11:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-30 22:05 [PATCH 2.6.9-rc3] sk98lin - register the driver with hotplug Michal Schmidt
2004-10-01 11:59 ` Mirko Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).