21 Nov
2019
21 Nov
'19
1:11 p.m.
On Thu, Nov 21, 2019 at 01:02:38PM +0100, Jaroslav Kysela wrote:
Dne 21. 11. 19 v 12:51 Mark Brown napsal(a):
On Wed, Nov 20, 2019 at 06:44:34PM +0100, Jaroslav Kysela wrote:
- /* make up dmi long name as: vendor.product.version.board */
- /* make up dmi long name as: vendor-product-version-board */
I'm worried about this from an ABI point of view with people's UCM files. But perhaps I'm worrying about nothing?
this is just the C comment fix. The long name is already in vendor-product-version-board - no dots as delimiters (but does are allowed in the fields like version strings). This code improvement does not change the format of the generated long name string from the DMI information.
Ah, it looked from my initial scan like it was being changed as a result of the factoring out of the append code.