All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Schmidt <xschmi00@stud.feec.vutbr.cz>
To: mlindner@syskonnect.de
Cc: netdev@oss.sgi.com
Subject: [PATCH 2.6.9-rc3] sk98lin - register the driver with hotplug
Date: Fri, 01 Oct 2004 00:05:22 +0200	[thread overview]
Message-ID: <415C8322.7030005@stud.feec.vutbr.cz> (raw)

[-- 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,

             reply	other threads:[~2004-09-30 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-30 22:05 Michal Schmidt [this message]
2004-10-01 11:59 ` [PATCH 2.6.9-rc3] sk98lin - register the driver with hotplug Mirko Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=415C8322.7030005@stud.feec.vutbr.cz \
    --to=xschmi00@stud.feec.vutbr.cz \
    --cc=mlindner@syskonnect.de \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.