On Tue, Apr 02, 2002 at 01:56:21PM -0800, Stuart Lynne wrote:
> >     - can I add the safe_serial driver to the tree?  I have had some
> >       people ask me about something like this in the past, thanks
> >       for writing it.
> 
> Yes.

I added the safe_serial driver to the existing 2.5 tree, and had to make
the following changes to get things working correctly:
        - I changed the formatting to match the proper CodingStyle:
          http://linuxusb.bkbits.net:[EMAIL PROTECTED]?nav=index.html

        - made some variables static that didn't need to be global.
        - fixed usb_submit_urb() due to api change in 2.5
        - fixed usb_serial_device_type to match 2.5 api changes
        - removed printk calls and replaced with proper macro.
        - removed unused variables to get rid of compiler warnings.
          http://linuxusb.bkbits.net:[EMAIL PROTECTED]?nav=index.html

Let me know if you have a problem with these changes.

thanks,

greg k-h

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

Reply via email to