]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: r8192e_pci: Handle duplicate PCI ID 0x10ec:0x8192
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 19 Jun 2011 03:34:34 +0000 (22:34 -0500)
committerAndi Kleen <ak@linux.intel.com>
Mon, 1 Aug 2011 20:55:03 +0000 (13:55 -0700)
commit1566cd03b690efb4d9997294cda9d0ac53ab3816
tree01471e96fd3d0bcbf8d68ace238811b653a93f0a
parent08b751d515c0f2745b3e3c6bc7ca5a3f2747fe28
staging: r8192e_pci: Handle duplicate PCI ID 0x10ec:0x8192

[ upstream commit 1c50bf7e415cf6ce9545dbecc2ac0d89d3916c53 ]
 conflict with rtl8192se

There are two devices with PCI ID 0x10ec:0x8192, namely RTL8192E and
RTL8192SE. The method of distinguishing them is by the revision ID
at offset 0x8 of the PCI configuration space. If the value is 0x10,
then the device uses rtl8192se for a driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/staging/rtl8192e/r8192E_core.c