- Nov 17, 2024
-
- Jun 24, 2024
-
- Apr 05, 2024
-
- Mar 10, 2024
-
-
Jelle van der Waa authored
The current package is not compatible with cython.
-
- Feb 10, 2024
-
-
Morten Linderud authored
Signed-off-by:
Morten Linderud <foxboron@archlinux.org>
-
- May 29, 2023
-
- Apr 06, 2023
-
- Feb 26, 2023
-
- Jun 16, 2022
-
- Apr 06, 2022
-
- Dec 01, 2021
-
- Nov 05, 2021
-
-
Morten Linderud authored
-
- Dec 02, 2020
-
- Nov 11, 2020
-
- Nov 10, 2020
-
- Nov 01, 2020
-
- Jul 06, 2020
-
- Jun 24, 2020
-
- Apr 25, 2020
-
- Apr 20, 2020
-
- Apr 18, 2020
-
-
Filipe Laíns authored
There are two available backends for hidapi, there's libusb and hidraw. Libusb is provides a cross-platform USB implementation, this is done in userspace. Hidraw is the kernel API to interact with HID devices. There's no reason to prefer libusb over hidraw here, on the opposite. By switching to the hidraw backend we can now talk to non-USB HID devices. This includes HID over Bluetooth, HID over I2C, HID over SMBUS, UHID devices (virtual HID devices), etc. I also trust the kernel to be more stable than libusb.
-
- Feb 09, 2020
-
- Feb 03, 2020
-
- Dec 17, 2019
-
-
Filipe Laíns authored
-
- Nov 01, 2019
-
- Oct 25, 2019
-
- Jun 30, 2018
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Oct 12, 2017
-
- Sep 12, 2017
-
- Feb 14, 2017
-