Hi, On Wed, May 9, 2012 at 3:45 AM, <joohi.rastogi@xxxxxxxxxxxxxx> wrote: > From: Joohi Rastogi <joohi.rastogi@xxxxxxxxxxxxxx> > > --- > audio/avrcp.c | 15 +++++++++++++-- > 1 files changed, 13 insertions(+), 2 deletions(-) > > diff --git a/audio/avrcp.c b/audio/avrcp.c > index df39d04..22cc933 100644 > --- a/audio/avrcp.c > +++ b/audio/avrcp.c > @@ -89,6 +89,12 @@ > #define CAP_COMPANY_ID 0x02 > #define CAP_EVENTS_SUPPORTED 0x03 > > +#define AVRCP_FEATURE_CATEGORY_1 0x0001 > +#define AVRCP_FEATURE_CATEGORY_2 0x0002 > +#define AVRCP_FEATURE_CATEGORY_3 0x0004 > +#define AVRCP_FEATURE_CATEGORY_4 0x0008 > +#define AVRCP_FEATURE_PLAYER_SETTINGS 0x0010 > + There seems to be 2 different things, first it adds defines to category features and second it adds player settings feature support, can you split them? -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html