Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
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-5.15.0-186 /
drivers /
input /
Delete
Unzip
Name
Size
Permission
Date
Action
gameport
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
joystick
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
keyboard
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
misc
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
mouse
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
rmi4
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
serio
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
tablet
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
touchscreen
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
Kconfig
5.61
KB
-rw-r--r--
2021-11-01 05:53
Makefile
942
B
-rw-r--r--
2021-11-01 05:53
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_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_APMPOWER) += apm-power.o obj-$(CONFIG_RMI4_CORE) += rmi4/