Re: [Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-19 Thread Alan Ott
On 04/19/2013 09:38 AM, Tony Cheneau wrote: > > Thanks Alan. I'll correct the spacing issue and split the patch in > two: one for getopt, and one for the baudrate setting. No no... Not one for getopt(). One for the formatting fix at VTIME.

Re: [Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-19 Thread Tony Cheneau
Hi, Thanks Alan. I'll correct the spacing issue and split the patch in two: one for getopt, and one for the baudrate setting. Regards, Tony Le 2013-04-19 15:03, Alan Ott a écrit : > On 04/17/2013 05:23 PM, Tony Cheneau wrote: >> Add a "baudrate" parameter on the CLI that enables the user to >>

Re: [Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-19 Thread Alan Ott
On 04/17/2013 05:23 PM, Tony Cheneau wrote: > Add a "baudrate" parameter on the CLI that enables the user to choose > from different baudrates. If no parameter is passed, the baudrate is set > to 115200 (retaining the previous behavior). > > Signed-off-by: Tony Cheneau > --- It looks like your ed

[Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-17 Thread Tony Cheneau
Add a "baudrate" parameter on the CLI that enables the user to choose from different baudrates. If no parameter is passed, the baudrate is set to 115200 (retaining the previous behavior). Signed-off-by: Tony Cheneau --- src/serial.c | 109 ++---