nslu2-kernel: added patch in pegasus.h to support Philips CPWUE01/00 network adapter.
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Fri, 28 Oct 2005 15:02:46 +0000 (15:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 28 Oct 2005 15:02:46 +0000 (15:02 +0000)
The maintainer of pegasus.h will put this change in the next official release.

packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch [new file with mode: 0644]
packages/linux/nslu2-kernel_2.6.14-rc5.bb

diff --git a/packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch b/packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch
new file mode 100644 (file)
index 0000000..ab80672
--- /dev/null
@@ -0,0 +1,13 @@
+*** linux-2.6.13/drivers/usb/net/pegasus.h.orig        Mon Aug 29 01:41:01 2005
+--- linux-2.6.13/drivers/usb/net/pegasus.h     Sat Oct 22 20:51:29 2005
+***************
+*** 181,186 ****
+--- 181,188 ----
+               DEFAULT_GPIO_RESET )
+  PEGASUS_DEV( "SpeedStream USB 10/100 Ethernet", VENDOR_ACCTON, 0x5046,
+               DEFAULT_GPIO_RESET | PEGASUS_II )
++ PEGASUS_DEV( "Philips CPWUE01/00 USB 10/100 Ethernet", VENDOR_ACCTON, 0xb004,
++              DEFAULT_GPIO_RESET | PEGASUS_II )
+  PEGASUS_DEV( "ADMtek ADM8511 \"Pegasus II\" USB Ethernet",
+               VENDOR_ADMTEK, 0x8511,
+               DEFAULT_GPIO_RESET | PEGASUS_II | HAS_HOME_PNA )
index 6bb04a1..0f882d7 100644 (file)
@@ -8,7 +8,7 @@ PR_CONFIG = "1"
 # Increment the number below (i.e. the digits after PR) when
 # making changes within this file or for changes to the patches
 # applied to the kernel.
-PR = "r0.${PR_CONFIG}"
+PR = "r1.${PR_CONFIG}"
 
 include nslu2-kernel.inc
 
@@ -34,6 +34,7 @@ N2K_PATCHES = "\
        file://50-nslu2-general.patch;patch=1 \
        file://60-nslu2-beeper.patch;patch=1 \
        file://90-ixp4xx-pci-le.patch;patch=1 \
+       file://90-pegasus.patch;patch=1 \
        file://anonymiser.patch;patch=1 \
 "