aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usb/usb-gotemp.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb/usb-gotemp.patch b/usb/usb-gotemp.patch
index 9c5e389b3c394..e0a1a3c83e6e6 100644
--- a/usb/usb-gotemp.patch
+++ b/usb/usb-gotemp.patch
@@ -21,7 +21,7 @@ This is only a teaching tool.
--- gregkh-2.6.orig/drivers/usb/Makefile
+++ gregkh-2.6/drivers/usb/Makefile
-@@ -54,6 +54,7 @@ obj-$(CONFIG_USB_CY7C63) += misc/
+@@ -52,6 +52,7 @@ obj-$(CONFIG_USB_CYPRESS_CY7C63)+= misc/
obj-$(CONFIG_USB_CYTHERM) += misc/
obj-$(CONFIG_USB_EMI26) += misc/
obj-$(CONFIG_USB_EMI62) += misc/
@@ -50,7 +50,7 @@ This is only a teaching tool.
depends on USB
--- gregkh-2.6.orig/drivers/usb/misc/Makefile
+++ gregkh-2.6/drivers/usb/misc/Makefile
-@@ -8,6 +8,7 @@ obj-$(CONFIG_USB_CY7C63) += cy7c63.o
+@@ -8,6 +8,7 @@ obj-$(CONFIG_USB_CYPRESS_CY7C63)+= cypre
obj-$(CONFIG_USB_CYTHERM) += cytherm.o
obj-$(CONFIG_USB_EMI26) += emi26.o
obj-$(CONFIG_USB_EMI62) += emi62.o