From a4bc11970f4538ee6e2a8f31ef930edcdf6cb32a Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 03 Aug 2019 15:52:00 +0000
Subject: [PATCH] Merge pull request #2 from xabolcs/branch-dell-5491-dell-5480

---
 bcm20795.py |    1 +
 README.md   |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 730417b..3038c66 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@
 Currently only the following devices were tested and are known to work:
 
 * `0a5c:5834`
+* `0a5c:5832`
 
 Firmware update (done during driver installation on Windows) may be required.
 
@@ -32,6 +33,8 @@
 
 * Dell Latitude E7470
 * Dell Latitude 7280
+* Dell Latitude 5491
+* Dell Latitude 5480 (with `0a5c:5832`)
 
 ## How it works?
 
diff --git a/bcm20795.py b/bcm20795.py
index 15bf244..c683016 100755
--- a/bcm20795.py
+++ b/bcm20795.py
@@ -16,6 +16,7 @@
 
 SUPPORTED_DEVICES = [
 	{'idVendor': 0x0A5C, 'idProduct': 0x5834},
+	{'idVendor': 0x0A5C, 'idProduct': 0x5832},
 ]
 
 logging.basicConfig(level=logging.DEBUG)

--
Gitblit v1.9.1