Re: [PATCH 1/2] firmware: dmi_scan: Simplified displayed version

2015-04-28 Thread subscivan
On 28.04.15 11:15, Jean Delvare wrote: Hi Ivan, On Mon, 27 Apr 2015 19:10:05 +0300, subscivan wrote: On 21.04.15 15:45, Jean Delvare wrote: The trailing .x adds no information for the reader, and if anyone tries to parse that line, this is more work as they have 3 different formats to

Re: [PATCH 1/2] firmware: dmi_scan: Simplified displayed version

2015-04-27 Thread subscivan
Hi, Jean On 21.04.15 15:45, Jean Delvare wrote: The trailing .x adds no information for the reader, and if anyone tries to parse that line, this is more work as they have 3 different formats to handle instead of 2. Plus, this makes backporting fixes harder. Signed-off-by: Jean Delvare Fixes: 9

Re: [Patch 2/3] firmware: dmi_scan: add SBMIOS entry and DMI tables

2015-04-16 Thread subscivan
Jean, On 16.04.15 18:44, Jean Delvare wrote: Hi Ivan, Le Thursday 16 April 2015 à 15:56 +0300, Ivan.khoronzhuk a écrit : On 16.04.15 12:52, Jean Delvare wrote: On Thu, 2 Apr 2015 15:57:02 +0300, Ivan Khoronzhuk wrote: +static BIN_ATTR(smbios_entry_point, S_IRUSR, raw_table_read, NULL, 0);