From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Thu, 6 Apr 2006 02:21:37 +0300
> This patch enables support for the Sigmatel's STIR421x IrDA chip. > Once patched with Sigmatel's firmware, this chip "almost" follows the > USB-IrDA spec. Thus this patch is against irda-usb.[ch]. > > The code has been tested by Nick Fedchik on an STIR4210 chipset based dongle. > > Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]> Applied, but I had to fix up an enormous amount of trailing white space on this patch too. Also, functions such as stir421x_upload_patch() were not properly indented using tabs, it's using a 4 space indentation. Lots of other coding style errors such as: if(cond) { instead of: if (cond) { You may wish to review Documentation/CodingStyle before submitting future IRDA patches. Thanks a lot. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html