summaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches/003-missing_from_upstream.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-02 11:43:13 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-02 11:43:13 +0000
commit0e4c9de00e55e205165e38b3605f3916366d58a6 (patch)
tree841afaceaae8c3e5bf268b41b617c3dabf478413 /target/linux/gemini/patches/003-missing_from_upstream.patch
parent7b44be03d86bb3b7ce2e81cfc750d783dff2c892 (diff)
downloadmaster-31e0f0ae-0e4c9de00e55e205165e38b3605f3916366d58a6.tar.gz
master-31e0f0ae-0e4c9de00e55e205165e38b3605f3916366d58a6.tar.bz2
master-31e0f0ae-0e4c9de00e55e205165e38b3605f3916366d58a6.zip
add usb support for the wbd111, refresh patches
SVN-Revision: 25820
Diffstat (limited to 'target/linux/gemini/patches/003-missing_from_upstream.patch')
-rw-r--r--target/linux/gemini/patches/003-missing_from_upstream.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/gemini/patches/003-missing_from_upstream.patch b/target/linux/gemini/patches/003-missing_from_upstream.patch
index 6eef4f85c8..948f587348 100644
--- a/target/linux/gemini/patches/003-missing_from_upstream.patch
+++ b/target/linux/gemini/patches/003-missing_from_upstream.patch
@@ -30,7 +30,7 @@
static struct gpio_keys_button wbd111_keys[] = {
{
.code = KEY_SETUP,
-@@ -131,6 +151,8 @@
+@@ -131,6 +151,8 @@ static void __init wbd111_init(void)
wbd111_num_partitions);
platform_device_register(&wbd111_leds_device);
platform_device_register(&wbd111_keys_device);
@@ -73,7 +73,7 @@
static struct gpio_keys_button wbd222_keys[] = {
{
.code = KEY_SETUP,
-@@ -131,6 +153,10 @@
+@@ -131,6 +153,10 @@ static void __init wbd222_init(void)
wbd222_num_partitions);
platform_device_register(&wbd222_leds_device);
platform_device_register(&wbd222_keys_device);