04/05/20 18:08 Q2c4si3F
もういっちょ。
USB Human Interface Device (full HID) support
CONFIG_USB_HID
Say Y here if you want full HID support to connect keyboards,
mice, joysticks, graphic tablets, or any other HID based devices
to your computer via USB. You also need to select HID Input layer
support (below) if you want to use keyboards, mice, joysticks and
the like.
You can't use this driver and the HIDBP (Boot Protocol) keyboard
and mouse drivers at the same time. More information is available:
<file:Documentation/input/input.txt>.
If unsure, say Y.
(以下略)
てことで、これだけで usbkbd, usbmouse を代用可能(しかも同時に使えない)
で、タブレットやジョイスティックも使える、ということなので、wacom.o も
代替可能なのかな(これは確認しないと何とも言えない)。
手元のカーネルはこんな感じ。マウスとジョイスティックは繋いだことがある。
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set