linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hid: intel-ish-hid: Add support for vendor customized firmware loading
@ 2024-08-15  2:09 Zhang Lixu
  2024-08-15  2:09 ` [PATCH v2 1/3] Documentation: hid: intel-ish-hid: Add vendor custom " Zhang Lixu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zhang Lixu @ 2024-08-15  2:09 UTC (permalink / raw)
  To: linux-input, srinivas.pandruvada, jikos, benjamin.tissoires
  Cc: lixu.zhang, hemin.han, yoshi.wang, even.xu, ilpo.jarvinen

This patch series adds the capability to load vendor-specific customized
firmware. The loader now constructs firmware file names based on the
DMI_SYS_VENDOR, DMI_PRODUCT_NAME, and DMI_PRODUCT_SKU information in
Desktop Management Interface (DMI). The loader will attempt to load the
firmware files following a specific naming convention in sequence. If
successful, it will skip the remaining files.

v2:
  - Address the review comments from ilpo.jarvinen@linux.intel.com
    Fix the typo and capitalization, remove unnecessary inline.

Zhang Lixu (3):
  Documentation: hid: intel-ish-hid: Add vendor custom firmware loading
  HID: intel-ish-hid: Use CPU generation string in driver_data
  hid: intel-ish-hid: Add support for vendor customized firmware loading

 Documentation/hid/intel-ish-hid.rst         |  29 +++++
 drivers/hid/intel-ish-hid/ipc/pci-ish.c     |  10 +-
 drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h |   8 +-
 drivers/hid/intel-ish-hid/ishtp/loader.c    | 121 +++++++++++++++++++-
 4 files changed, 159 insertions(+), 9 deletions(-)


base-commit: 9e6869691724b12e1f43655eeedc35fade38120c
-- 
2.34.1


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

end of thread, other threads:[~2024-08-19 19:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15  2:09 [PATCH v2 0/3] hid: intel-ish-hid: Add support for vendor customized firmware loading Zhang Lixu
2024-08-15  2:09 ` [PATCH v2 1/3] Documentation: hid: intel-ish-hid: Add vendor custom " Zhang Lixu
2024-08-15  2:10 ` [PATCH v2 2/3] HID: intel-ish-hid: Use CPU generation string in driver_data Zhang Lixu
2024-08-15  2:10 ` [PATCH v2 3/3] hid: intel-ish-hid: Add support for vendor customized firmware loading Zhang Lixu
2024-08-19 19:13 ` [PATCH v2 0/3] " Jiri Kosina

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).