usb-defaults-off.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. diff -Nur linux-2.6.37.orig//drivers/usb/core/Kconfig linux-2.6.37/drivers/usb/core/Kconfig
  2. --- linux-2.6.37.orig//drivers/usb/core/Kconfig 2011-01-05 01:50:19.000000000 +0100
  3. +++ linux-2.6.37/drivers/usb/core/Kconfig 2011-04-12 19:04:23.000000000 +0200
  4. @@ -59,7 +59,7 @@
  5. config USB_DEVICE_CLASS
  6. bool "USB device class-devices (DEPRECATED)"
  7. depends on USB
  8. - default y
  9. + default n
  10. ---help---
  11. Userspace access to USB devices is granted by device-nodes exported
  12. directly from the usbdev in sysfs. Old versions of the driver
  13. diff -Nur linux-2.6.37.orig//drivers/usb/host/Kconfig linux-2.6.37/drivers/usb/host/Kconfig
  14. --- linux-2.6.37.orig//drivers/usb/host/Kconfig 2011-01-05 01:50:19.000000000 +0100
  15. +++ linux-2.6.37/drivers/usb/host/Kconfig 2011-04-12 19:04:48.000000000 +0200
  16. @@ -62,6 +62,7 @@
  17. config USB_EHCI_ROOT_HUB_TT
  18. bool "Root Hub Transaction Translators"
  19. depends on USB_EHCI_HCD
  20. + default n
  21. ---help---
  22. Some EHCI chips have vendor-specific extensions to integrate
  23. transaction translators, so that no OHCI or UHCI companion
  24. @@ -74,7 +75,7 @@
  25. config USB_EHCI_TT_NEWSCHED
  26. bool "Improved Transaction Translator scheduling"
  27. depends on USB_EHCI_HCD
  28. - default y
  29. + default n
  30. ---help---
  31. This changes the periodic scheduling code to fill more of the low
  32. and full speed bandwidth available from the Transaction Translator