On 5/23/2011 11:48 PM, ELAN 曾志仁 wrote: > > Dear all, > > Due to TS firmware updating procedure can’t guarantee 100% successful. > > Therefore, IAP recovery mechanism is added to ensure the TS firmware > can be recovered by driver. > > Please help to review and integrate the patch, thanks > > Subject: Add support for IAP recovery mechanism > > Add support for IAP recovery mechanism > > Signed-off-by: Mike Hsu <[email protected]> > > Signed-off-by: Stanley Zeng <[email protected]> > > --- > > ektf2136_spi.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/include/linux/spi/ektf2136_spi.h 2011-05-16 02:24:24.031250000 +0000 > > +++ b/include/linux/spi/ektf2136_spi.h 2011-05-01 13:45:17.922182000 +0000 > > @@ -30,5 +30,5 @@ struct elan_sr_hdr { > > #define IOCTL_MINOR_HW_ID _IOR(DEV_IOCTLID, 4, int) > > #define IOCTL_MAJOR_BC_VER _IOR(DEV_IOCTLID, 5, int) > > #define IOCTL_MINOR_BC_VER _IOR(DEV_IOCTLID, 6, int) > > - > > +#define IOCTL_IAP_MODE _IOR(DEV_IOCTLID, 7, int) > > #endif > > --- > > ektf2136_spi_Add_iap_recovery_mechanism.c | 54 > +++++++++++++++++++++++++++-- > > 1 file changed, 52 insertions(+), 2 deletions(-) >
the patch program does not like this part of your patch... how did you generate it ? _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
