Missing files of the last commit

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1153 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
arne_f
2008-01-23 19:12:11 +00:00
parent bb565aa478
commit cb64537432
10 changed files with 489 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
diff -Naur kudzu.org/usb.c kudzu-1.2.64/usb.c
--- kudzu-1.2.64/usb.c 2006-11-28 17:58:58.000000000 +0100
+++ kudzu-1.2.64/usb.c 2007-11-29 09:24:35.000000000 +0100
@@ -268,6 +268,7 @@
!strcmp(t->driver, "ax8817x") ||
!strcmp(t->driver, "zd1201") ||
!strcmp(t->driver, "asix") ||
+ !strcmp(t->driver, "mcs7830") ||
!strcmp(t->driver, "usbnet"))) {
if (t->type == CLASS_OTHER)
t->type = CLASS_NETWORK;

View File

@@ -0,0 +1,13 @@
diff -Naur r8169-6.004.00.org/src/r8169_n.c r8169-6.004.00/src/r8169_n.c
--- r8169-6.004.00.org/src/r8169_n.c 2007-11-08 18:01:13.000000000 +0100
+++ r8169-6.004.00/src/r8169_n.c 2008-01-19 12:06:42.000000000 +0100
@@ -109,6 +109,9 @@
static struct pci_device_id rtl8169_pci_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_0 },
{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 },
+ { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 },
+ { PCI_DEVICE(0x16ec , 0x0116), 0, 0, RTL_CFG_0 },
+ { PCI_VENDOR_ID_LINKSYS, 0x1032, PCI_ANY_ID, 0x0024, 0,0, RTL_CFG_0 },
{0,},
};