[PATCH v2 0/2] misc: hpilo: Do not claim on unsupported hardware

From: Matt Hsiao
Date: Tue Feb 26 2019 - 22:30:40 EST


This patch series prevent unsupported hardwares from using the hpilo module:
1) Instead of having explicit if statement to check SSID 0x1979,
provide a pci_device_id table of devices to blacklist.
2) Add unsupported hardware with SSID 0x0289 to the blacklist table.

Changes since v1:
- Merge v1 patches 1 and 2 as v2 patch 1.
- Drop v1 patch 4 that bumps up version.
- Improve documentation of each patch.

Matt Hsiao (2):
misc: hpilo: Exclude unsupported device via blacklist
misc: hpilo: Do not claim unsupported hardware

drivers/misc/hpilo.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

--
1.8.3.1