Re: [PATCH 05/10] rc-core: add separate defines for protocol bitmaps and numbers

2011-05-06 Thread David Härdeman
On Wed, 04 May 2011 11:56:17 -0300, Mauro Carvalho Chehab wrote: > Em 28-04-2011 12:13, David Härdeman escreveu: >> The RC_TYPE_* defines are currently used both where a single protocol is >> expected and where a bitmap of protocols is expected. This patch tries >> to separate the two in preparati

Re: [PATCH 05/10] rc-core: add separate defines for protocol bitmaps and numbers

2011-05-04 Thread Mauro Carvalho Chehab
Em 28-04-2011 12:13, David Härdeman escreveu: > The RC_TYPE_* defines are currently used both where a single protocol is > expected and where a bitmap of protocols is expected. This patch tries > to separate the two in preparation for the following patches. > > Signed-off-by: David Härdeman Most