• Meelis Roos's avatar
    [PATCH] USB: fix whiteheat USB serial compile failure on PPC · 05b905b3
    Meelis Roos authored
    > Bah, looks like PPC doesn't ever define CMSPAR :(
    >
    > How about adding something like:
    > 	#ifndef CMSPAR
    > 	#define CMSPAR 0
    > 	#endif
    > To the beginning of the driver like the cdc-acm.c driver does?  If that
    > works, care to send me a patch?
    
    Yes, it compiles.
    05b905b3
whiteheat.c 44.6 KB