>   This line looks funny:
> 
>          srb->request_bufflen<sizeof(mode_page_01))
> 
> 
>   Shouldn't it be ???
> 
>          srb->request_bufflen = sizeof(mode_page_01))
> 

Will,

No, that's the way it should be. If the size of the buffer that we're 
going to put the answer into is less than what we need, then return an 
error.

--Rob


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to