Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56e9406c authored by Hao Wu's avatar Hao Wu Committed by Greg Kroah-Hartman
Browse files

USB OTG Langwell: Update OTG Kconfig and driver version.



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: default avatarHao Wu <hao.wu@intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d39a0eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -69,7 +69,7 @@ config NOP_USB_XCEIV


config USB_LANGWELL_OTG
config USB_LANGWELL_OTG
	tristate "Intel Langwell USB OTG dual-role support"
	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
	select USB_OTG_UTILS
	select USB_OTG_UTILS
	help
	help
+2 −2
Original line number Original line Diff line number Diff line
/*
/*
 * Intel Langwell USB OTG transceiver driver
 * 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
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * under the terms and conditions of the GNU General Public License,
@@ -40,7 +40,7 @@
#include <linux/usb/langwell_otg.h>
#include <linux/usb/langwell_otg.h>


#define	DRIVER_DESC		"Intel Langwell USB OTG transceiver driver"
#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_DESCRIPTION(DRIVER_DESC);
MODULE_AUTHOR("Henry Yuan <hang.yuan@intel.com>, Hao Wu <hao.wu@intel.com>");
MODULE_AUTHOR("Henry Yuan <hang.yuan@intel.com>, Hao Wu <hao.wu@intel.com>");
+1 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Intel Langwell USB OTG transceiver driver
 * 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
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * under the terms and conditions of the GNU General Public License,