Tatsh
Tatsh
Random question: how come I am getting the output twice for a single device? It seems that hidraw's `enumerate()` is outputting duplicates for me. ``` $ liquidctl list Device #0:...
I think I found the reason. https://github.com/libusb/hidapi/pull/139 Do you plan to deduplicate [this call](https://github.com/liquidctl/liquidctl/blob/main/liquidctl/driver/usb.py#L479)? I think it will not hurt anything.
How about closing for now and reopen if someone files an issue about this device or similar? I can keep my fork with the fully converted code available.
> I haven't checked the license/EULA that applies to the MSI tool, but I'm guessing that you can't legally redistribute `MSI_7ZW0Led.cs`. If that's indeed the case, we can't have it...
Script to fetch the `API_Coreliquid.dll` file: ```shell #!/usr/bin/env bash # This script downloads and unpacks API_Coreliquid.dll from MSI. set -e url=$(curl 'https://www.msi.com/product_ajax/get_support_item' \ --data-raw 'support_type=download&type=utility&product_id=234374' \ --compressed | grep -E...
Would be interested in this, as well as a `~/.config/progressrc` or similar file.
OS X does not come with 7z. Did you test this out? Only GNU coreutils typical behaviour is checked.
Okay well, `perl` is extremely generic. Perl may do I/O (as it appears shasum is a Perl script?) that progress may see, but then you might as well have any...
@Xfennec I cleaned this up.
> @Tatsh you can toggle speak to chat directly on the headphones by holding the touchpad for roughly one second with two fingers. This doesn't seem to be documented anywhere...