On Thu, 7 Oct 2004, Til Schubbe wrote:

>   CC [M]  drivers/usb/core/hub.o
> drivers/usb/core/hub.c: In function `hub_port_init':
> drivers/usb/core/hub.c:1153: error: syntax error at '#' token
> drivers/usb/core/hub.c:1153: error: parse error before '=' token
> drivers/usb/core/hub.c:1154: error: syntax error at '#' token
> drivers/usb/core/hub.c:1154: error: parse error before '=' token
> make[3]: *** [drivers/usb/core/hub.o] Error 1
> 
> 
> debian:/usr/src/linux-2.6.7 # head -n1158 drivers/usb/core/hub.c |tail -n12
>         /* Clear out any stale HC state pertaining to device 0 endpoint 0 */
>         j = udev->devnum;
>         udev->devnum = 0;
>         usb_disable_endpoint(udev, 0 + USB_DIR_IN);
>         usb_disable_endpoint(udev, 0 + USB_DIR_OUT);
>         udev->devnum = j;
>         udev->epmaxpacketin [0] <#0> = i;
>         udev->epmaxpacketout[0] <#0> = i;

Where did those "<#0> " strings come from?  They aren't in the patch...

Alan Stern



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to