Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1391353 > unrolled thread

[PATCH v2 0/3] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision

Started byBetty Dall <betty.dall@hpe.com>
First post2016-04-29 21:30 +0200
Last post2016-04-29 21:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision Betty Dall <betty.dall@hpe.com> - 2016-04-29 21:30 +0200

#1391353 — [PATCH v2 0/3] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision

FromBetty Dall <betty.dall@hpe.com>
Date2016-04-29 21:30 +0200
Subject[PATCH v2 0/3] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision
Message-ID<rtmgW-2ZR-3@gated-at.bofh.it>
The ACPI _HRV object on the device is used to supply Linux with the
device's hardware revision. This is an optional object. Add sysfs support
for the _HRV object if it exists on the device.

This change allows users to easily find the hardware version of non-PCI
hardware by looking at the sysfs 'hrv' file. It is most useful for
non-PCI devices because lspci can list the hardware version for PCI
devices.

Betty Dall (3):
  ACPI/device_sysfs: Add sysfs support for _HRV hardware revision    
  Change _SUN and _STA show functions error return to EIO
  Clean up checkpatch errors

 drivers/acpi/device_sysfs.c | 50 ++++++++++++++++++++++++++++++++++++---------
 1 file changed, 40 insertions(+), 10 deletions(-)

-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web