Merge pull request #2749 from brooksytech/dev

Delete projects/Rockchip/devices/RK3326/filesystem directory
This commit is contained in:
Brooksytech 2024-01-26 15:08:59 -08:00 committed by GitHub
commit 7f9c1304fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 41 deletions

View file

@ -1,19 +0,0 @@
NAME: GO-Advance Gamepad Virtual
PRODUCT: 0x1000
VENDOR: 0x484B
BUSTYPE: BUS_HOST
DRIVER_VERSION: 0x0100
EVENTS:
EV_SYN: [SYN_REPORT, SYN_CONFIG, SYN_MT_REPORT, SYN_DROPPED]
EV_KEY: [BTN_SOUTH, BTN_EAST, BTN_NORTH, BTN_WEST, BTN_TL, BTN_TR, BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT, BTN_TRIGGER_HAPPY1, BTN_TRIGGER_HAPPY2, BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, BTN_TRIGGER_HAPPY5, BTN_TRIGGER_HAPPY6]
EV_ABS:
ABS_X:
MIN: 172
MAX: 772
FLAT: 10
FUZZ: 10
ABS_Y:
MIN: 278
MAX: 815
FLAT: 10
FUZZ: 10

View file

@ -1,8 +0,0 @@
- CMD: mux -c oga-control
- JOB: mux -i oga-control | uinput -c /etc/interception/oga-controls.yaml
- JOB: intercept -g $DEVNODE | mux -o oga-control
DEVICE:
LINK: /dev/input/by-path/platform-adc-joystick-event
- JOB: intercept -g $DEVNODE | mux -o oga-control
DEVICE:
LINK: /dev/input/by-path/platform-gpio-keys-event-joystick

View file

@ -1,14 +0,0 @@
[Unit]
Description=Monitor input devices for launching tasks
Wants=systemd-udev-settle.service
After=systemd-udev-settle.service
Documentation=man:udev(7)
[Service]
ExecStart=/usr/bin/udevmon -c /etc/interception/udevmon.yaml
Nice=-20
Restart=on-failure
OOMScoreAdjust=-1000
[Install]
WantedBy=multi-user.target