diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2007-12-09 22:08:21 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2007-12-09 22:08:21 +0000 |
commit | 9819112c663d6a5d5c2c02f507b94be55b013fb0 (patch) | |
tree | e0de791bb21081660b6a3245bd7dfe80f8b2b363 /packages/linux/linux-rp-2.6.23 | |
parent | d8dfc30d8de91f68dfe1ee9144452a10ed9c88d1 (diff) |
tosa_udc_use_gpio_vbus.patch: fix patch hunk only, retain mail header.
Diffstat (limited to 'packages/linux/linux-rp-2.6.23')
-rw-r--r-- | packages/linux/linux-rp-2.6.23/tosa_udc_use_gpio_vbus.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp-2.6.23/tosa_udc_use_gpio_vbus.patch b/packages/linux/linux-rp-2.6.23/tosa_udc_use_gpio_vbus.patch index 12ef2e4f39..ca98926049 100644 --- a/packages/linux/linux-rp-2.6.23/tosa_udc_use_gpio_vbus.patch +++ b/packages/linux/linux-rp-2.6.23/tosa_udc_use_gpio_vbus.patch @@ -74,7 +74,7 @@ Index: linux-test/arch/arm/mach-pxa/tosa.c =================================================================== --- linux-test.orig/arch/arm/mach-pxa/tosa.c 2007-12-06 12:43:04.301350179 +0300 +++ linux-test/arch/arm/mach-pxa/tosa.c 2007-12-06 12:47:50.881381650 +0300 -@@ -165,14 +165,10 @@ static void tosa_udc_command(int cmd) +@@ -165,15 +165,10 @@ static void tosa_udc_command(int cmd) } } @@ -83,6 +83,7 @@ Index: linux-test/arch/arm/mach-pxa/tosa.c - return ((GPLR(TOSA_GPIO_USB_IN) & GPIO_bit(TOSA_GPIO_USB_IN)) == 0); -} - +- static struct pxa2xx_udc_mach_info udc_info __initdata = { .udc_command = tosa_udc_command, - .udc_is_connected = tosa_udc_is_connected, |