linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] misc: hpilo: Do not claim on unsupported hardware
@ 2019-02-27  3:25 Matt Hsiao
  2019-02-27  3:25 ` [PATCH v2 1/2] misc: hpilo: Exclude unsupported device via blacklist Matt Hsiao
  2019-02-27  3:25 ` [PATCH v2 2/2] misc: hpilo: Do not claim unsupported hardware Matt Hsiao
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Hsiao @ 2019-02-27  3:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: arnd, gregkh, david.altobelli, mark.rusk, jerry.hoemann, Matt Hsiao

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-27  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27  3:25 [PATCH v2 0/2] misc: hpilo: Do not claim on unsupported hardware Matt Hsiao
2019-02-27  3:25 ` [PATCH v2 1/2] misc: hpilo: Exclude unsupported device via blacklist Matt Hsiao
2019-02-27  3:25 ` [PATCH v2 2/2] misc: hpilo: Do not claim unsupported hardware Matt Hsiao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).