diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-27 13:58:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-27 13:58:29 +0000 |
commit | b7b6d34cc7e53de4aca1e3e84fecdeecdd81090d (patch) | |
tree | eb40db10e5c9372ed95560107e2e6cdcb1783162 /packages/linux | |
parent | db477f6aecf039a72161e247362b979f9e172e4a (diff) |
linux-ezx 2.6.21: fix udc patch
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-ezx-2.6.21/pxa27x-udc-support.2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/pxa27x-udc-support.2.patch b/packages/linux/linux-ezx-2.6.21/pxa27x-udc-support.2.patch index 01637f6252..d35e40f046 100644 --- a/packages/linux/linux-ezx-2.6.21/pxa27x-udc-support.2.patch +++ b/packages/linux/linux-ezx-2.6.21/pxa27x-udc-support.2.patch @@ -163,7 +163,7 @@ index 04e6b85..bc6de31 100644 + status_ep = usb_ep_autoconfig (gadget, &fs_status_desc, + DEV_CONFIG_VALUE, + (int)control_intf.bInterfaceNumber, -+ int)control_intf.bAlternateSetting); ++ (int)control_intf.bAlternateSetting); +#endif /* CONFIG_USB_ETH_RNDIS */ if (status_ep) { status_ep->driver_data = status_ep; /* claim */ |