Em 28-05-2012 10:29, Stefan Richter escreveu: > On May 28 Mauro Carvalho Chehab wrote: >> --- a/include/media/rc-map.h >> +++ b/include/media/rc-map.h >> @@ -158,6 +158,7 @@ void rc_map_init(void); >> #define RC_MAP_VIDEOMATE_TV_PVR "rc-videomate-tv-pvr" >> #define RC_MAP_WINFAST "rc-winfast" >> #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe" >> +#define RC_MAP_FIREDTV "rc-firedtv" >> >> /* >> * Please, do not just append newer Remote Controller names at the end. > > The comment says that names should be inserted in alphabetical order. :-) Gah! you got me ;) I'll merge the enclosed diff on it, to fix it. Regards, Mauro diff --git a/include/media/rc-map.h b/include/media/rc-map.h index adc6f28..29a54db 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -93,6 +93,7 @@ void rc_map_init(void); #define RC_MAP_ENCORE_ENLTV "rc-encore-enltv" #define RC_MAP_EVGA_INDTUBE "rc-evga-indtube" #define RC_MAP_EZTV "rc-eztv" +#define RC_MAP_FIREDTV "rc-firedtv" #define RC_MAP_FLYDVB "rc-flydvb" #define RC_MAP_FLYVIDEO "rc-flyvideo" #define RC_MAP_FUSIONHDTV_MCE "rc-fusionhdtv-mce" @@ -158,7 +159,6 @@ void rc_map_init(void); #define RC_MAP_VIDEOMATE_TV_PVR "rc-videomate-tv-pvr" #define RC_MAP_WINFAST "rc-winfast" #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe" -#define RC_MAP_FIREDTV "rc-firedtv" /* * Please, do not just append newer Remote Controller names at the end. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html