https://github.com/torvalds/linux
Revision 7dcf78b870be6418d72bb1c4d4924bf0f5ca5052 authored by Tony Nguyen on 19 October 2021, 20:04:16 UTC, committed by Tony Nguyen on 20 October 2021, 16:07:22 UTC
As part of support for E810 XXV devices, some device ids were
inadvertently left out. Add those missing ids.

Fixes: 195fb97766da ("ice: add additional E810 device id")
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Acked-by: Paul Menzel <pmenzel@molgen.mpg.de>
1 parent 79cc832
Raw File
Tip revision: 7dcf78b870be6418d72bb1c4d4924bf0f5ca5052 authored by Tony Nguyen on 19 October 2021, 20:04:16 UTC
ice: Add missing E810 device ids
Tip revision: 7dcf78b
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top