config.in

来自「是关于linux2.5.1的完全源码」· IN 代码 · 共 19 行

IN
19
字号
## USB Input driver configuration#comment 'USB Human Interface Devices (HID)'dep_tristate '  USB Human Interface Device (full HID) support' CONFIG_USB_HID $CONFIG_USBif [ "$CONFIG_INPUT" = "n" ]; then   comment '    Input core support is needed for USB HID input layer or HIDBP support'fidep_mbool '    HID input layer support' CONFIG_USB_HIDINPUT $CONFIG_INPUT $CONFIG_USB_HIDdep_mbool '    /dev/hiddev raw HID device support' CONFIG_USB_HIDDEV $CONFIG_USB_HIDif [ "$CONFIG_USB_HID" != "y" ]; then   dep_tristate '  USB HIDBP Keyboard (basic) support' CONFIG_USB_KBD $CONFIG_USB $CONFIG_INPUT   dep_tristate '  USB HIDBP Mouse (basic) support' CONFIG_USB_MOUSE $CONFIG_USB $CONFIG_INPUTfidep_tristate '  Wacom Intuos/Graphire tablet support' CONFIG_USB_WACOM $CONFIG_USB $CONFIG_INPUT   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?