]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
USB OTG Langwell: Update OTG Kconfig and driver version.
authorHao Wu <hao.wu@intel.com>
Thu, 9 Sep 2010 21:35:54 +0000 (22:35 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:33 +0000 (10:21 -0700)
This patch updated Kconfig for langwell otg transceiver driver.
Add ipc driver(INTEL_SCU_IPC) as a dependency. Driver version is
updated too.

Signed-off-by: Hao Wu <hao.wu@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/otg/Kconfig
drivers/usb/otg/langwell_otg.c
include/linux/usb/langwell_otg.h

index 299dfd2510cb0d3623245e1663f023bb082d1ce3..5ce07528cd0c630c3da29b4789d69e1542534cf3 100644 (file)
@@ -69,7 +69,7 @@ config NOP_USB_XCEIV
 
 config USB_LANGWELL_OTG
        tristate "Intel Langwell USB OTG dual-role support"
-       depends on USB && X86_MRST
+       depends on USB && PCI && INTEL_SCU_IPC
        select USB_OTG
        select USB_OTG_UTILS
        help
index 879188086dafdd3d48c384dd0c4911b8399d7e41..bdc3ea66be692dd1155828d97971cb11970a77f5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Intel Langwell USB OTG transceiver driver
- * Copyright (C) 2008 - 2009, Intel Corporation.
+ * Copyright (C) 2008 - 2010, Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -40,7 +40,7 @@
 #include <linux/usb/langwell_otg.h>
 
 #define        DRIVER_DESC             "Intel Langwell USB OTG transceiver driver"
-#define        DRIVER_VERSION          "3.0.0.32L.0003"
+#define        DRIVER_VERSION          "July 10, 2010"
 
 MODULE_DESCRIPTION(DRIVER_DESC);
 MODULE_AUTHOR("Henry Yuan <hang.yuan@intel.com>, Hao Wu <hao.wu@intel.com>");
index a6562f1d4e2b39e69e3d31ce2b4dbf5db315a6f1..51f17b16d312b3ec5a711335b8dc0cb2ee91e4ab 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Intel Langwell USB OTG transceiver driver
- * Copyright (C) 2008, Intel Corporation.
+ * Copyright (C) 2008 - 2010, Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,