Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Xorg input driver #53

Merged
merged 20 commits into from
Aug 17, 2023
Merged

Xorg input driver #53

merged 20 commits into from
Aug 17, 2023

Commits on Aug 5, 2023

  1. add xf86 input driver.

    m1k1o committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    165f776 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. cleanup.

    m1k1o committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9231d4d View commit details
    Browse the repository at this point in the history
  2. rewrite to unix socket PoC.

    m1k1o committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d68fb28 View commit details
    Browse the repository at this point in the history
  3. add input rebuild.

    m1k1o committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    bcd7141 View commit details
    Browse the repository at this point in the history
  4. lint & docs.

    m1k1o committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    0bd690e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. add input driver struct.

    m1k1o committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    db4623f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84551b View commit details
    Browse the repository at this point in the history
  3. add touch events to webrtc.

    m1k1o committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a7244b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. switch to uint32.

    m1k1o committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9604d9c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. misc update logging & linting,

    m1k1o committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ac149cc View commit details
    Browse the repository at this point in the history
  2. fix screen size

    m1k1o committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    68aadcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1698c3f View commit details
    Browse the repository at this point in the history
  4. add touch to ws control.

    m1k1o committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c49f7c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec1fd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. SendCoreEvents.

    m1k1o committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a03c673 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. extract to own xinput folder.

    m1k1o committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2c5c121 View commit details
    Browse the repository at this point in the history
  2. add debounce.

    m1k1o committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    928ad08 View commit details
    Browse the repository at this point in the history
  3. switch pressure to uint8.

    m1k1o committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    921e35a View commit details
    Browse the repository at this point in the history
  4. check buffer size.

    m1k1o committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1b640ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    650261b View commit details
    Browse the repository at this point in the history