Advertisement
ryzhov_al

[asuswrt-merlin] Revert USB-HID support

Aug 30th, 2014
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.79 KB | None | 0 0
  1. diff -u ./release/src-rt-6.x/linux/linux-2.6/config_base.orig ./release/src-rt-6.x/linux/linux-2.6/config_base
  2. --- ./release/src-rt-6.x/linux/linux-2.6/config_base.orig       2014-08-30 14:56:48.042004156 +0400
  3. +++ ./release/src-rt-6.x/linux/linux-2.6/config_base    2014-08-30 14:59:10.039180452 +0400
  4. @@ -1308,22 +1308,22 @@
  5.  #
  6.  # HID Devices
  7.  #
  8. -# CONFIG_HID is not set
  9. +CONFIG_HID=m
  10.  # CONFIG_HID_DEBUG is not set
  11.  
  12.  #
  13.  # USB Input Devices
  14.  #
  15. -# CONFIG_USB_HID is not set
  16. +CONFIG_USB_HID=m
  17.  # CONFIG_USB_HIDINPUT_POWERBOOK is not set
  18.  # CONFIG_HID_FF is not set
  19. -# CONFIG_USB_HIDDEV is not set
  20. +CONFIG_USB_HIDDEV=y
  21.  
  22.  #
  23.  # USB HID Boot Protocol drivers
  24.  #
  25. -# CONFIG_USB_KBD is not set
  26. -# CONFIG_USB_MOUSE is not set
  27. +CONFIG_USB_KBD=m
  28. +CONFIG_USB_MOUSE=m
  29.  
  30.  #
  31.  # USB support
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement