From 04e69887fe0d82a3384ff6ef6e8176fcc1e113e3 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 07 Jan 2020 22:32:13 +0000
Subject: [PATCH] Reorder laptops/device IDs

---
 bcm20795.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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