diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2005-10-28 15:02:46 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-28 15:02:46 +0000 |
| commit | c6ffb546c7620ae6909fdf4b2bc65393402d662b (patch) | |
| tree | 5bfdc7e6044a37e35dd04ed0a69a8d40181b4843 /packages/linux/nslu2-kernel | |
| parent | f1ff7df445479e13c1cb8aaee4a3dc761a470249 (diff) | |
nslu2-kernel: added patch in pegasus.h to support Philips CPWUE01/00 network adapter.
The maintainer of pegasus.h will put this change in the next official release.
Diffstat (limited to 'packages/linux/nslu2-kernel')
| -rw-r--r-- | packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 ) |
