On Tue, Apr 15, 2014 at 8:32 PM, Peter Crosthwaite
wrote:
> On Tue, Apr 15, 2014 at 1:38 AM, Andreas Färber wrote:
>> Am 14.04.2014 09:13, schrieb Markus Armbruster:
>>> Alistair Francis writes:
>>>
On Wed, Apr 9, 2014 at 9:58 PM, Peter Crosthwaite
wrote:
> On Wed, Apr 9, 2014 at
On Tue, Apr 15, 2014 at 1:38 AM, Andreas Färber wrote:
> Am 14.04.2014 09:13, schrieb Markus Armbruster:
>> Alistair Francis writes:
>>
>>> On Wed, Apr 9, 2014 at 9:58 PM, Peter Crosthwaite
>>> wrote:
On Wed, Apr 9, 2014 at 7:56 PM, Markus Armbruster
wrote:
> We have a number of
Am 14.04.2014 09:13, schrieb Markus Armbruster:
> Alistair Francis writes:
>
>> On Wed, Apr 9, 2014 at 9:58 PM, Peter Crosthwaite
>> wrote:
>>> On Wed, Apr 9, 2014 at 7:56 PM, Markus Armbruster wrote:
We have a number of device model names containing '.'. They're unusable
with -globa
Alistair Francis writes:
> On Wed, Apr 9, 2014 at 9:58 PM, Peter Crosthwaite
> wrote:
>> On Wed, Apr 9, 2014 at 7:56 PM, Markus Armbruster wrote:
>>> We have a number of device model names containing '.'. They're unusable
>>> with -global. That's because "-global A.B.C=foo" gets parsed as
>>>
On Wed, Apr 9, 2014 at 9:58 PM, Peter Crosthwaite
wrote:
> On Wed, Apr 9, 2014 at 7:56 PM, Markus Armbruster wrote:
>> We have a number of device model names containing '.'. They're unusable
>> with -global. That's because "-global A.B.C=foo" gets parsed as
>>
>> driver = "A"
>> propert
On Wed, Apr 9, 2014 at 7:56 PM, Markus Armbruster wrote:
> We have a number of device model names containing '.'. They're unusable
> with -global. That's because "-global A.B.C=foo" gets parsed as
>
> driver = "A"
> property = "B.C"
> value = "foo".
>
> Wrong when the device model na
We have a number of device model names containing '.'. They're unusable
with -global. That's because "-global A.B.C=foo" gets parsed as
driver = "A"
property = "B.C"
value = "foo".
Wrong when the device model name is really A.B and the property is C,
e.g. "-global cfi.pflash01.name"