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

2013-01-01 Thread David Härdeman
On Mon, Dec 17, 2012 at 03:15:27PM +, James Hogan wrote: >On 12 October 2012 00:11, David Härdeman wrote: >> 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

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

2012-12-17 Thread James Hogan
On 12 October 2012 00:11, David Härdeman wrote: > 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. > > The intended use is also clearer t

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

2012-10-19 Thread Sean Young
On Thu, Oct 18, 2012 at 11:59:21PM +0200, David Härdeman wrote: > On Wed, Oct 17, 2012 at 05:18:56PM +0100, Sean Young wrote: > >On Fri, Oct 12, 2012 at 01:11:54AM +0200, David Härdeman wrote: > >> The RC_TYPE_* defines are currently used both where a single protocol is > >> expected and where a bi

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

2012-10-18 Thread David Härdeman
On Wed, Oct 17, 2012 at 05:18:56PM +0100, Sean Young wrote: >On Fri, Oct 12, 2012 at 01:11:54AM +0200, David Härdeman wrote: >> 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 i