├── MPK01 ├── MPK01.02 │ ├── MPK01.02_B0021.dfu │ ├── MPK01.02_B0021.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.MPK01.metainfo.xml ├── MPK01.03 │ ├── MPK01.03_B0024.dfu │ ├── MPK01.03_B0024.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.MPK01.metainfo.xml ├── MPK01.04 │ ├── MPK01.04_B0028.dfu │ ├── MPK01.04_B0028.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.MPK01.metainfo.xml └── MPK01.05 │ ├── MPK01.05_B0029.dfu │ ├── MPK01.05_B0029.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.MPK01.metainfo.xml ├── MPK03 ├── MPK03.02 │ ├── MPK03.02_B0009.dfu │ ├── MPK03.02_B0009.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.MPK03.metainfo.xml ├── MPK03.03 │ ├── MPK03.03_B0013.dfu │ ├── MPK03.03_B0013.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.MPK03.metainfo.xml └── MPK03.04 │ ├── MPK03.04_B0014.dfu │ ├── MPK03.04_B0014.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.MPK03.metainfo.xml ├── MPK04 ├── MPK04.01 │ ├── MPK04.01_B0010.dfu │ ├── MPK04.01_B0010.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.MPK04.metainfo.xml ├── MPK04.02 │ ├── MPK04.02_B0014.dfu │ ├── MPK04.02_B0014.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.MPK04.metainfo.xml └── MPK04.03 │ ├── MPK04.03_B0015.dfu │ ├── MPK04.03_B0015.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.MPK04.metainfo.xml ├── README.md ├── RQK62 └── RQK62.01 │ ├── RQK62.01_B0015.dfu │ ├── RQK62.01_B0015.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQK62.metainfo.xml ├── RQK63 └── RQK63.02 │ ├── RQK63.02_B0016.dfu │ ├── RQK63.02_B0016.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQK63.metainfo.xml ├── RQR12 ├── RQR12.05 │ ├── RQR12.05_B0028.hex │ ├── RQR12.05_B0028.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR12.metainfo.xml ├── RQR12.07 │ ├── RQR12.07_B0029.hex │ ├── RQR12.07_B0029.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR12.metainfo.xml ├── RQR12.08 │ ├── RQR12.08_B0030.hex │ ├── RQR12.08_B0030.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR12.metainfo.xml ├── RQR12.09 │ ├── RQR12.09_B0030.shex │ ├── RQR12.09_B0030.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR12.metainfo.xml ├── RQR12.10 │ ├── RQR12.10_B0032.hex │ ├── RQR12.10_B0032.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR12.metainfo.xml └── RQR12.11 │ ├── RQR12.11_B0032.shex │ ├── RQR12.11_B0032.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.Unifying.RQR12.metainfo.xml ├── RQR24 ├── RQR24.03 │ ├── RQR24.03_B0027.hex │ ├── RQR24.03_B0027.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR24.metainfo.xml ├── RQR24.05 │ ├── RQR24.05_B0029.hex │ ├── RQR24.05_B0029.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR24.metainfo.xml ├── RQR24.06 │ ├── RQR24.06_B0030.hex │ ├── RQR24.06_B0030.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR24.metainfo.xml ├── RQR24.07 │ ├── RQR24.07_B0030.shex │ ├── RQR24.07_B0030.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR24.metainfo.xml ├── RQR24.10 │ ├── RQR24.10_B0036.hex │ ├── RQR24.10_B0036.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.Unifying.RQR24.metainfo.xml └── RQR24.11 │ ├── RQR24.11_B0036.shex │ ├── RQR24.11_B0036.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.Unifying.RQR24.metainfo.xml ├── RQR39 ├── RQR39.05 │ ├── RQR39.05_B0040.hex │ ├── RQR39.05_B0040.txt │ └── lvfs │ │ ├── Makefile │ │ └── com.logitech.RQR39.metainfo.xml └── RQR39.06 │ ├── RQR39.06_B0040.shex │ ├── RQR39.06_B0040.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQR39.metainfo.xml ├── RQR40 └── RQR40.01 │ ├── RQR40.01_B0007.shex │ ├── RQR40.01_B0007.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQR40.metainfo.xml ├── RQR41 └── RQR41.01 │ ├── RQR41.01_B0007.shex │ ├── RQR41.01_B0007.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQR41.metainfo.xml ├── RQR43 └── RQR43.01 │ ├── RQR43.01_B0009.shex │ ├── RQR43.01_B0009.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQR43.metainfo.xml ├── RQR44 └── RQR44.01 │ ├── RQR44.01_B0005.shex │ ├── RQR44.01_B0005.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQR44.metainfo.xml ├── RQR45 └── RQR45.01 │ ├── RQR45.01_B0005.shex │ ├── RQR45.01_B0005.txt │ └── lvfs │ ├── Makefile │ └── com.logitech.RQR45.metainfo.xml └── screenshots ├── unifying-power.png └── unifying-power.svg /MPK01/MPK01.02/MPK01.02_B0021.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.02/MPK01.02_B0021.dfu -------------------------------------------------------------------------------- /MPK01/MPK01.02/MPK01.02_B0021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.02/MPK01.02_B0021.txt -------------------------------------------------------------------------------- /MPK01/MPK01.02/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.02/lvfs/Makefile -------------------------------------------------------------------------------- /MPK01/MPK01.02/lvfs/com.logitech.MPK01.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.02/lvfs/com.logitech.MPK01.metainfo.xml -------------------------------------------------------------------------------- /MPK01/MPK01.03/MPK01.03_B0024.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.03/MPK01.03_B0024.dfu -------------------------------------------------------------------------------- /MPK01/MPK01.03/MPK01.03_B0024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.03/MPK01.03_B0024.txt -------------------------------------------------------------------------------- /MPK01/MPK01.03/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.03/lvfs/Makefile -------------------------------------------------------------------------------- /MPK01/MPK01.03/lvfs/com.logitech.MPK01.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.03/lvfs/com.logitech.MPK01.metainfo.xml -------------------------------------------------------------------------------- /MPK01/MPK01.04/MPK01.04_B0028.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.04/MPK01.04_B0028.dfu -------------------------------------------------------------------------------- /MPK01/MPK01.04/MPK01.04_B0028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.04/MPK01.04_B0028.txt -------------------------------------------------------------------------------- /MPK01/MPK01.04/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.04/lvfs/Makefile -------------------------------------------------------------------------------- /MPK01/MPK01.04/lvfs/com.logitech.MPK01.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.04/lvfs/com.logitech.MPK01.metainfo.xml -------------------------------------------------------------------------------- /MPK01/MPK01.05/MPK01.05_B0029.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.05/MPK01.05_B0029.dfu -------------------------------------------------------------------------------- /MPK01/MPK01.05/MPK01.05_B0029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.05/MPK01.05_B0029.txt -------------------------------------------------------------------------------- /MPK01/MPK01.05/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.05/lvfs/Makefile -------------------------------------------------------------------------------- /MPK01/MPK01.05/lvfs/com.logitech.MPK01.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK01/MPK01.05/lvfs/com.logitech.MPK01.metainfo.xml -------------------------------------------------------------------------------- /MPK03/MPK03.02/MPK03.02_B0009.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.02/MPK03.02_B0009.dfu -------------------------------------------------------------------------------- /MPK03/MPK03.02/MPK03.02_B0009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.02/MPK03.02_B0009.txt -------------------------------------------------------------------------------- /MPK03/MPK03.02/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.02/lvfs/Makefile -------------------------------------------------------------------------------- /MPK03/MPK03.02/lvfs/com.logitech.MPK03.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.02/lvfs/com.logitech.MPK03.metainfo.xml -------------------------------------------------------------------------------- /MPK03/MPK03.03/MPK03.03_B0013.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.03/MPK03.03_B0013.dfu -------------------------------------------------------------------------------- /MPK03/MPK03.03/MPK03.03_B0013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.03/MPK03.03_B0013.txt -------------------------------------------------------------------------------- /MPK03/MPK03.03/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.03/lvfs/Makefile -------------------------------------------------------------------------------- /MPK03/MPK03.03/lvfs/com.logitech.MPK03.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.03/lvfs/com.logitech.MPK03.metainfo.xml -------------------------------------------------------------------------------- /MPK03/MPK03.04/MPK03.04_B0014.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.04/MPK03.04_B0014.dfu -------------------------------------------------------------------------------- /MPK03/MPK03.04/MPK03.04_B0014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.04/MPK03.04_B0014.txt -------------------------------------------------------------------------------- /MPK03/MPK03.04/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.04/lvfs/Makefile -------------------------------------------------------------------------------- /MPK03/MPK03.04/lvfs/com.logitech.MPK03.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK03/MPK03.04/lvfs/com.logitech.MPK03.metainfo.xml -------------------------------------------------------------------------------- /MPK04/MPK04.01/MPK04.01_B0010.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.01/MPK04.01_B0010.dfu -------------------------------------------------------------------------------- /MPK04/MPK04.01/MPK04.01_B0010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.01/MPK04.01_B0010.txt -------------------------------------------------------------------------------- /MPK04/MPK04.01/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.01/lvfs/Makefile -------------------------------------------------------------------------------- /MPK04/MPK04.01/lvfs/com.logitech.MPK04.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.01/lvfs/com.logitech.MPK04.metainfo.xml -------------------------------------------------------------------------------- /MPK04/MPK04.02/MPK04.02_B0014.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.02/MPK04.02_B0014.dfu -------------------------------------------------------------------------------- /MPK04/MPK04.02/MPK04.02_B0014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.02/MPK04.02_B0014.txt -------------------------------------------------------------------------------- /MPK04/MPK04.02/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.02/lvfs/Makefile -------------------------------------------------------------------------------- /MPK04/MPK04.02/lvfs/com.logitech.MPK04.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.02/lvfs/com.logitech.MPK04.metainfo.xml -------------------------------------------------------------------------------- /MPK04/MPK04.03/MPK04.03_B0015.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.03/MPK04.03_B0015.dfu -------------------------------------------------------------------------------- /MPK04/MPK04.03/MPK04.03_B0015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.03/MPK04.03_B0015.txt -------------------------------------------------------------------------------- /MPK04/MPK04.03/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.03/lvfs/Makefile -------------------------------------------------------------------------------- /MPK04/MPK04.03/lvfs/com.logitech.MPK04.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/MPK04/MPK04.03/lvfs/com.logitech.MPK04.metainfo.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/README.md -------------------------------------------------------------------------------- /RQK62/RQK62.01/RQK62.01_B0015.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK62/RQK62.01/RQK62.01_B0015.dfu -------------------------------------------------------------------------------- /RQK62/RQK62.01/RQK62.01_B0015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK62/RQK62.01/RQK62.01_B0015.txt -------------------------------------------------------------------------------- /RQK62/RQK62.01/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK62/RQK62.01/lvfs/Makefile -------------------------------------------------------------------------------- /RQK62/RQK62.01/lvfs/com.logitech.RQK62.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK62/RQK62.01/lvfs/com.logitech.RQK62.metainfo.xml -------------------------------------------------------------------------------- /RQK63/RQK63.02/RQK63.02_B0016.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK63/RQK63.02/RQK63.02_B0016.dfu -------------------------------------------------------------------------------- /RQK63/RQK63.02/RQK63.02_B0016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK63/RQK63.02/RQK63.02_B0016.txt -------------------------------------------------------------------------------- /RQK63/RQK63.02/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK63/RQK63.02/lvfs/Makefile -------------------------------------------------------------------------------- /RQK63/RQK63.02/lvfs/com.logitech.RQK63.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQK63/RQK63.02/lvfs/com.logitech.RQK63.metainfo.xml -------------------------------------------------------------------------------- /RQR12/RQR12.05/RQR12.05_B0028.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.05/RQR12.05_B0028.hex -------------------------------------------------------------------------------- /RQR12/RQR12.05/RQR12.05_B0028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.05/RQR12.05_B0028.txt -------------------------------------------------------------------------------- /RQR12/RQR12.05/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.05/lvfs/Makefile -------------------------------------------------------------------------------- /RQR12/RQR12.05/lvfs/com.logitech.Unifying.RQR12.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.05/lvfs/com.logitech.Unifying.RQR12.metainfo.xml -------------------------------------------------------------------------------- /RQR12/RQR12.07/RQR12.07_B0029.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.07/RQR12.07_B0029.hex -------------------------------------------------------------------------------- /RQR12/RQR12.07/RQR12.07_B0029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.07/RQR12.07_B0029.txt -------------------------------------------------------------------------------- /RQR12/RQR12.07/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.07/lvfs/Makefile -------------------------------------------------------------------------------- /RQR12/RQR12.07/lvfs/com.logitech.Unifying.RQR12.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.07/lvfs/com.logitech.Unifying.RQR12.metainfo.xml -------------------------------------------------------------------------------- /RQR12/RQR12.08/RQR12.08_B0030.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.08/RQR12.08_B0030.hex -------------------------------------------------------------------------------- /RQR12/RQR12.08/RQR12.08_B0030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.08/RQR12.08_B0030.txt -------------------------------------------------------------------------------- /RQR12/RQR12.08/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.08/lvfs/Makefile -------------------------------------------------------------------------------- /RQR12/RQR12.08/lvfs/com.logitech.Unifying.RQR12.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.08/lvfs/com.logitech.Unifying.RQR12.metainfo.xml -------------------------------------------------------------------------------- /RQR12/RQR12.09/RQR12.09_B0030.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.09/RQR12.09_B0030.shex -------------------------------------------------------------------------------- /RQR12/RQR12.09/RQR12.09_B0030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.09/RQR12.09_B0030.txt -------------------------------------------------------------------------------- /RQR12/RQR12.09/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.09/lvfs/Makefile -------------------------------------------------------------------------------- /RQR12/RQR12.09/lvfs/com.logitech.Unifying.RQR12.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.09/lvfs/com.logitech.Unifying.RQR12.metainfo.xml -------------------------------------------------------------------------------- /RQR12/RQR12.10/RQR12.10_B0032.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.10/RQR12.10_B0032.hex -------------------------------------------------------------------------------- /RQR12/RQR12.10/RQR12.10_B0032.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.10/RQR12.10_B0032.txt -------------------------------------------------------------------------------- /RQR12/RQR12.10/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.10/lvfs/Makefile -------------------------------------------------------------------------------- /RQR12/RQR12.10/lvfs/com.logitech.Unifying.RQR12.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.10/lvfs/com.logitech.Unifying.RQR12.metainfo.xml -------------------------------------------------------------------------------- /RQR12/RQR12.11/RQR12.11_B0032.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.11/RQR12.11_B0032.shex -------------------------------------------------------------------------------- /RQR12/RQR12.11/RQR12.11_B0032.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.11/RQR12.11_B0032.txt -------------------------------------------------------------------------------- /RQR12/RQR12.11/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.11/lvfs/Makefile -------------------------------------------------------------------------------- /RQR12/RQR12.11/lvfs/com.logitech.Unifying.RQR12.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR12/RQR12.11/lvfs/com.logitech.Unifying.RQR12.metainfo.xml -------------------------------------------------------------------------------- /RQR24/RQR24.03/RQR24.03_B0027.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.03/RQR24.03_B0027.hex -------------------------------------------------------------------------------- /RQR24/RQR24.03/RQR24.03_B0027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.03/RQR24.03_B0027.txt -------------------------------------------------------------------------------- /RQR24/RQR24.03/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.03/lvfs/Makefile -------------------------------------------------------------------------------- /RQR24/RQR24.03/lvfs/com.logitech.Unifying.RQR24.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.03/lvfs/com.logitech.Unifying.RQR24.metainfo.xml -------------------------------------------------------------------------------- /RQR24/RQR24.05/RQR24.05_B0029.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.05/RQR24.05_B0029.hex -------------------------------------------------------------------------------- /RQR24/RQR24.05/RQR24.05_B0029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.05/RQR24.05_B0029.txt -------------------------------------------------------------------------------- /RQR24/RQR24.05/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.05/lvfs/Makefile -------------------------------------------------------------------------------- /RQR24/RQR24.05/lvfs/com.logitech.Unifying.RQR24.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.05/lvfs/com.logitech.Unifying.RQR24.metainfo.xml -------------------------------------------------------------------------------- /RQR24/RQR24.06/RQR24.06_B0030.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.06/RQR24.06_B0030.hex -------------------------------------------------------------------------------- /RQR24/RQR24.06/RQR24.06_B0030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.06/RQR24.06_B0030.txt -------------------------------------------------------------------------------- /RQR24/RQR24.06/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.06/lvfs/Makefile -------------------------------------------------------------------------------- /RQR24/RQR24.06/lvfs/com.logitech.Unifying.RQR24.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.06/lvfs/com.logitech.Unifying.RQR24.metainfo.xml -------------------------------------------------------------------------------- /RQR24/RQR24.07/RQR24.07_B0030.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.07/RQR24.07_B0030.shex -------------------------------------------------------------------------------- /RQR24/RQR24.07/RQR24.07_B0030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.07/RQR24.07_B0030.txt -------------------------------------------------------------------------------- /RQR24/RQR24.07/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.07/lvfs/Makefile -------------------------------------------------------------------------------- /RQR24/RQR24.07/lvfs/com.logitech.Unifying.RQR24.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.07/lvfs/com.logitech.Unifying.RQR24.metainfo.xml -------------------------------------------------------------------------------- /RQR24/RQR24.10/RQR24.10_B0036.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.10/RQR24.10_B0036.hex -------------------------------------------------------------------------------- /RQR24/RQR24.10/RQR24.10_B0036.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.10/RQR24.10_B0036.txt -------------------------------------------------------------------------------- /RQR24/RQR24.10/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.10/lvfs/Makefile -------------------------------------------------------------------------------- /RQR24/RQR24.10/lvfs/com.logitech.Unifying.RQR24.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.10/lvfs/com.logitech.Unifying.RQR24.metainfo.xml -------------------------------------------------------------------------------- /RQR24/RQR24.11/RQR24.11_B0036.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.11/RQR24.11_B0036.shex -------------------------------------------------------------------------------- /RQR24/RQR24.11/RQR24.11_B0036.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.11/RQR24.11_B0036.txt -------------------------------------------------------------------------------- /RQR24/RQR24.11/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.11/lvfs/Makefile -------------------------------------------------------------------------------- /RQR24/RQR24.11/lvfs/com.logitech.Unifying.RQR24.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR24/RQR24.11/lvfs/com.logitech.Unifying.RQR24.metainfo.xml -------------------------------------------------------------------------------- /RQR39/RQR39.05/RQR39.05_B0040.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.05/RQR39.05_B0040.hex -------------------------------------------------------------------------------- /RQR39/RQR39.05/RQR39.05_B0040.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.05/RQR39.05_B0040.txt -------------------------------------------------------------------------------- /RQR39/RQR39.05/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.05/lvfs/Makefile -------------------------------------------------------------------------------- /RQR39/RQR39.05/lvfs/com.logitech.RQR39.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.05/lvfs/com.logitech.RQR39.metainfo.xml -------------------------------------------------------------------------------- /RQR39/RQR39.06/RQR39.06_B0040.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.06/RQR39.06_B0040.shex -------------------------------------------------------------------------------- /RQR39/RQR39.06/RQR39.06_B0040.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.06/RQR39.06_B0040.txt -------------------------------------------------------------------------------- /RQR39/RQR39.06/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.06/lvfs/Makefile -------------------------------------------------------------------------------- /RQR39/RQR39.06/lvfs/com.logitech.RQR39.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR39/RQR39.06/lvfs/com.logitech.RQR39.metainfo.xml -------------------------------------------------------------------------------- /RQR40/RQR40.01/RQR40.01_B0007.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR40/RQR40.01/RQR40.01_B0007.shex -------------------------------------------------------------------------------- /RQR40/RQR40.01/RQR40.01_B0007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR40/RQR40.01/RQR40.01_B0007.txt -------------------------------------------------------------------------------- /RQR40/RQR40.01/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR40/RQR40.01/lvfs/Makefile -------------------------------------------------------------------------------- /RQR40/RQR40.01/lvfs/com.logitech.RQR40.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR40/RQR40.01/lvfs/com.logitech.RQR40.metainfo.xml -------------------------------------------------------------------------------- /RQR41/RQR41.01/RQR41.01_B0007.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR41/RQR41.01/RQR41.01_B0007.shex -------------------------------------------------------------------------------- /RQR41/RQR41.01/RQR41.01_B0007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR41/RQR41.01/RQR41.01_B0007.txt -------------------------------------------------------------------------------- /RQR41/RQR41.01/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR41/RQR41.01/lvfs/Makefile -------------------------------------------------------------------------------- /RQR41/RQR41.01/lvfs/com.logitech.RQR41.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR41/RQR41.01/lvfs/com.logitech.RQR41.metainfo.xml -------------------------------------------------------------------------------- /RQR43/RQR43.01/RQR43.01_B0009.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR43/RQR43.01/RQR43.01_B0009.shex -------------------------------------------------------------------------------- /RQR43/RQR43.01/RQR43.01_B0009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR43/RQR43.01/RQR43.01_B0009.txt -------------------------------------------------------------------------------- /RQR43/RQR43.01/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR43/RQR43.01/lvfs/Makefile -------------------------------------------------------------------------------- /RQR43/RQR43.01/lvfs/com.logitech.RQR43.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR43/RQR43.01/lvfs/com.logitech.RQR43.metainfo.xml -------------------------------------------------------------------------------- /RQR44/RQR44.01/RQR44.01_B0005.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR44/RQR44.01/RQR44.01_B0005.shex -------------------------------------------------------------------------------- /RQR44/RQR44.01/RQR44.01_B0005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR44/RQR44.01/RQR44.01_B0005.txt -------------------------------------------------------------------------------- /RQR44/RQR44.01/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR44/RQR44.01/lvfs/Makefile -------------------------------------------------------------------------------- /RQR44/RQR44.01/lvfs/com.logitech.RQR44.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR44/RQR44.01/lvfs/com.logitech.RQR44.metainfo.xml -------------------------------------------------------------------------------- /RQR45/RQR45.01/RQR45.01_B0005.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR45/RQR45.01/RQR45.01_B0005.shex -------------------------------------------------------------------------------- /RQR45/RQR45.01/RQR45.01_B0005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR45/RQR45.01/RQR45.01_B0005.txt -------------------------------------------------------------------------------- /RQR45/RQR45.01/lvfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR45/RQR45.01/lvfs/Makefile -------------------------------------------------------------------------------- /RQR45/RQR45.01/lvfs/com.logitech.RQR45.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/RQR45/RQR45.01/lvfs/com.logitech.RQR45.metainfo.xml -------------------------------------------------------------------------------- /screenshots/unifying-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/screenshots/unifying-power.png -------------------------------------------------------------------------------- /screenshots/unifying-power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logitech/fw_updates/HEAD/screenshots/unifying-power.svg --------------------------------------------------------------------------------