On Tuesday 26 April 2005 1:57 am, Eugeny S. Mints wrote:
> --- pxa2xx_udc.c.orig���2005-04-26 12:31:49.000000000 +0400
> +++ pxa2xx_udc.c��������2005-04-26 12:32:26.000000000 +0400

Looks fine to me, except that patches should be applicable at the top
level with "patch -p1" ...

> @@ -970,7 +970,8 @@
> ��������������������������������&& (*ep->reg_udccs & UDCCS_BI_TFS) != 0
> ��������������������������������&& write_fifo(ep, req)) {
> ������������������������req = 0;
> -���������������} else if ((*ep->reg_udccs & UDCCS_BO_RFS) != 0
> +���������������} else if ((ep->bEndpointAddress & USB_DIR_IN) == 0
> +�������������������������������&& (*ep->reg_udccs & UDCCS_BO_RFS) != 0
> ��������������������������������&& read_fifo(ep, req)) {
> ������������������������req = 0;
> ����������������}

Reply via email to