From: Frans Meulenbroeks Date: Sat, 29 Oct 2005 11:07:03 +0000 (+0000) Subject: packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch packages/linux/nslu2-kernel_2... X-Git-Tag: Release-2010-05/1~9453^2~3171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd109e770ae5ffe77146276f2f935a4c93b37973;p=openembedded.git packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch packages/linux/nslu2-kernel_2.6.14.bb: added patch to support Philips CPWUE01/00 usb network adapter This patch is already accepted by the pegasus.h maintainer for inclusion in the next mainstream release. --- 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 index 0000000000..ab80672135 --- /dev/null +++ b/packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch @@ -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 ) diff --git a/packages/linux/nslu2-kernel_2.6.14.bb b/packages/linux/nslu2-kernel_2.6.14.bb index 3dd07788bf..c378ed712a 100644 --- a/packages/linux/nslu2-kernel_2.6.14.bb +++ b/packages/linux/nslu2-kernel_2.6.14.bb @@ -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 @@ -40,6 +40,7 @@ N2K_PATCHES = "\ file://60-nslu2-beeper.patch;patch=1 \ file://70-nslu2-io.patch;patch=1 \ file://75-nslu2-leds.patch;patch=1 \ + file://90-pegasus.patch;patch=1 \ file://anonymiser.patch;patch=1 \ "