Merge pull request #2 from xabolcs/branch-dell-5491-dell-5480
Support for new devices: Dell Latitude 5480 and 5491
| | |
| | | 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. |
| | | |
| | |
| | | |
| | | * Dell Latitude E7470 |
| | | * Dell Latitude 7280 |
| | | * Dell Latitude 5491 |
| | | * Dell Latitude 5480 (with `0a5c:5832`) |
| | | |
| | | ## How it works? |
| | | |
| | |
| | | |
| | | SUPPORTED_DEVICES = [ |
| | | {'idVendor': 0x0A5C, 'idProduct': 0x5834}, |
| | | {'idVendor': 0x0A5C, 'idProduct': 0x5832}, |
| | | ] |
| | | |
| | | logging.basicConfig(level=logging.DEBUG) |