[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#299545: kernel-source-2.6.10: Please enable sk98lin hotplug support



Package: kernel-source-2.6.10
Version: 2.6.10-6
Severity: wishlist
Tags: patch


Hi,

The attached patch allows the sk98lin network driver to be loaded by
hotplug.

Regards,

Stephen Kitt

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-sk2-3
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kernel-source-2.6.10 depends on:
ii  binutils                      2.15-5     The GNU assembler, linker and bina
ii  bzip2                         1.0.2-5    high-quality block-sorting file co
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  fileutils                     5.2.1-2    The GNU file management utilities 

-- no debconf information
--- linux-old/drivers/net/sk98lin/skge.c	2004-12-24 22:34:01.000000000 +0100
+++ linux/drivers/net/sk98lin/skge.c	2005-02-25 12:19:48.000000000 +0100
@@ -5168,6 +5168,7 @@
 	{ PCI_VENDOR_ID_LINKSYS, 0x1064, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
 	{ 0, }
 };
+MODULE_DEVICE_TABLE(pci, skge_pci_tbl);
 
 static struct pci_driver skge_driver = {
 	.name		= "skge",

Reply to: