Package: kernel-image-2.6.8-1-686 Severity: normal Tags: patch, d-i, upstream
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear maintainer, I'm using Planex FNW-3602-TX (*1) and it was not identified in 2.6 kernels. I've modified driver file (just added 1 line), rebuild kernel-image and dpkg -i it. Now it works fine :-) I'll send a patch for it. Could you apply it for 2.6.x kernels, please? # and I hope you'll send it to upstream too. *1) http://www.planex.co.jp/product/pccard/fnw3602tx.shtml (Japanese language only) - -- Regards, Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFB2xbbIu0hy8THJksRAil3AKCgJ58XxodtojQRHPGoNEXNAgLSzwCfRcfM dExoybDpWyXiD7C2r/HTJBA= =4BRY -----END PGP SIGNATURE-----
--- drivers/net/tulip/tulip_core.c.orig 2005-01-05 06:57:19.000000000 +0900 +++ drivers/net/tulip/tulip_core.c 2005-01-05 06:59:04.000000000 +0900 @@ -235,6 +235,7 @@ { 0x17B3, 0xAB08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, { 0x10b9, 0x5261, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DM910X }, /* ALi 1563 integrated ethernet */ { 0x10b7, 0x9300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* 3Com 3CSOHO100B-TX */ + { 0x14ea, 0xab08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* Planex FNW-3602-TX */ { } /* terminate list */ }; MODULE_DEVICE_TABLE(pci, tulip_pci_tbl);