Dear Alan and Greg,
I saw via lwn.net that 2.6.8-rc2 was just released and, unfortunately, it
didn't include the patch below, which is necessary for my USB Drive to work
correctly with the VIA southbridge on my desktop computer.
Is the patch being reviewed and/or considered for inclusion in future
kernels? BTW, how do I know when a patch is approved or rejected?
Thank you very much for all your help, Rog�rio Brito.
On Jul 14 2004, Alan Stern wrote:
> This patch changes the size of the buffer allocated for each hub's status
> URB from 3 bytes to 8. The purpose is to avoid "babble" errors with
> certain buggy hubs.
(...)
> This is a small thing, but it doesn't hurt and it will make life easier
> for a few people. Please apply.
>
> Alan Stern
>
>
>
> Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
>
> ===== drivers/usb/core/hub.h 1.35 vs edited =====
> --- 1.35/drivers/usb/core/hub.h Thu Jul 1 07:48:09 2004
> +++ edited/drivers/usb/core/hub.h Tue Jul 13 11:26:14 2004
> @@ -190,8 +190,8 @@
> struct usb_device *hdev;
> struct urb *urb; /* for interrupt polling pipe */
>
> - /* buffer for urb ... 1 bit each for hub and children, rounded up */
> - char (*buffer)[(USB_MAXCHILDREN + 1 + 7) / 8];
> + /* buffer for urb ... with extra space in case of babble */
> + char (*buffer)[8];
> dma_addr_t buffer_dma; /* DMA address for buffer */
> union {
> struct usb_hub_status hub;
>
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Rog�rio Brito - [EMAIL PROTECTED] - http://www.ime.usp.br/~rbrito
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel