]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/kudzu-mcs7830.patch
Missing files of the last commit
[people/teissler/ipfire-2.x.git] / src / patches / kudzu-mcs7830.patch
1 diff -Naur kudzu.org/usb.c kudzu-1.2.64/usb.c
2 --- kudzu-1.2.64/usb.c 2006-11-28 17:58:58.000000000 +0100
3 +++ kudzu-1.2.64/usb.c 2007-11-29 09:24:35.000000000 +0100
4 @@ -268,6 +268,7 @@
5 !strcmp(t->driver, "ax8817x") ||
6 !strcmp(t->driver, "zd1201") ||
7 !strcmp(t->driver, "asix") ||
8 + !strcmp(t->driver, "mcs7830") ||
9 !strcmp(t->driver, "usbnet"))) {
10 if (t->type == CLASS_OTHER)
11 t->type = CLASS_NETWORK;