Skip to content
Snippets Groups Projects
  1. Nov 17, 2024
  2. Jun 24, 2024
  3. Apr 05, 2024
  4. Mar 10, 2024
  5. Feb 10, 2024
  6. May 29, 2023
  7. Apr 06, 2023
  8. Feb 26, 2023
  9. Jun 16, 2022
  10. Apr 06, 2022
  11. Dec 01, 2021
  12. Nov 05, 2021
  13. Dec 02, 2020
  14. Nov 11, 2020
  15. Nov 10, 2020
  16. Nov 01, 2020
  17. Jul 06, 2020
  18. Jun 24, 2020
  19. Apr 25, 2020
  20. Apr 20, 2020
  21. Apr 18, 2020
    • Filipe Laíns's avatar
      (use hidraw backend) · 48d9c281
      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.
  22. Feb 09, 2020
  23. Feb 03, 2020
  24. Dec 17, 2019
  25. Nov 01, 2019
  26. Oct 25, 2019
  27. Jun 30, 2018
  28. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · d9eebc91
      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
      d9eebc91
  29. Oct 12, 2017
  30. Sep 12, 2017
  31. Feb 14, 2017
Loading