Re: [PATCH] fix usb skeleton driver

From: Greg KH
Date: Wed Jun 06 2012 - 04:11:54 EST


On Wed, Jun 06, 2012 at 09:00:36AM +0200, stefani@xxxxxxxxxxx wrote:
> From: Stefani Seibold <stefani@xxxxxxxxxxx>
>
> This is a fix for the USB skeleton driver to bring it in shape.
>
> - The usb_device structure pointer will no longer stored
> - Every access to the USB will be handled trought the usb_interface pointer
> - No longer assign a NULL to usb_interface pointer in the disconnect() handler
> - Add a new bool 'connected' for signaling a disconnect (== false)
> - Handle a non blocking read without blocking
> - Code clean up

Please break this up into individual patches for all of these things,
and also always cc: the linux-usb@xxxxxxxxxxxxxxx mailing list when you
submit USB related patches.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/