Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-124 /
drivers /
input /
Delete
Unzip
Name
Size
Permission
Date
Action
gameport
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
joystick
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
keyboard
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
misc
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
mouse
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
rmi4
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
serio
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
tablet
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
tests
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
touchscreen
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
Kconfig
6.04
KB
-rw-r--r--
2024-03-10 20:38
Makefile
1.01
KB
-rw-r--r--
2024-03-10 20:38
Save
Rename
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the input core drivers. # # Each configuration option enables a list of files. obj-$(CONFIG_INPUT) += input-core.o input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o input-core-y += touchscreen.o obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o obj-$(CONFIG_INPUT_MATRIXKMAP) += matrix-keymap.o obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o obj-$(CONFIG_INPUT_LEDS) += input-leds.o obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o obj-$(CONFIG_INPUT_JOYDEV) += joydev.o obj-$(CONFIG_INPUT_EVDEV) += evdev.o obj-$(CONFIG_INPUT_EVBUG) += evbug.o obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/ obj-$(CONFIG_INPUT_MOUSE) += mouse/ obj-$(CONFIG_INPUT_JOYSTICK) += joystick/ obj-$(CONFIG_INPUT_TABLET) += tablet/ obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ obj-$(CONFIG_INPUT_MISC) += misc/ obj-$(CONFIG_INPUT_KUNIT_TEST) += tests/ obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o obj-$(CONFIG_RMI4_CORE) += rmi4/