Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1655111
| From | Jean Delvare <jdelvare@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/3] firmware: dmi: Add DMI_PRODUCT_FAMILY identification string |
| Date | 2017-06-01 14:50 +0200 |
| Message-ID | <tNxI6-2Aw-19@gated-at.bofh.it> (permalink) |
| References | <tI4nn-1Pa-9@gated-at.bofh.it> <tI4no-1Pa-37@gated-at.bofh.it> |
| Organization | SUSE Linux |
I did not notice before, but now that I'm testing... On Wed, 17 May 2017 13:25:12 +0300, Mika Westerberg wrote: > --- a/drivers/firmware/dmi-id.c > +++ b/drivers/firmware/dmi-id.c > @@ -47,6 +47,7 @@ DEFINE_DMI_ATTR_WITH_SHOW(product_name, 0444, DMI_PRODUCT_NAME); > DEFINE_DMI_ATTR_WITH_SHOW(product_version, 0444, DMI_PRODUCT_VERSION); > DEFINE_DMI_ATTR_WITH_SHOW(product_serial, 0400, DMI_PRODUCT_SERIAL); > DEFINE_DMI_ATTR_WITH_SHOW(product_uuid, 0400, DMI_PRODUCT_UUID); > +DEFINE_DMI_ATTR_WITH_SHOW(product_family, 0400, DMI_PRODUCT_FAMILY); > DEFINE_DMI_ATTR_WITH_SHOW(board_vendor, 0444, DMI_BOARD_VENDOR); > DEFINE_DMI_ATTR_WITH_SHOW(board_name, 0444, DMI_BOARD_NAME); > DEFINE_DMI_ATTR_WITH_SHOW(board_version, 0444, DMI_BOARD_VERSION); I see no reason to hide this field from users. Permissions 0444 would seem more appropriate. I'll include that change in my patch if there are no objections. -- Jean Delvare SUSE L3 Support
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 1/3] firmware: dmi: Add DMI_PRODUCT_FAMILY identification string Jean Delvare <jdelvare@suse.de> - 2017-06-01 14:50 +0200
csiph-web