2009-10-09 08:59:37

by Kyungmin Park

[permalink] [raw]
Subject: [PATCH 4/6] Haptic: add haptic configuration (v2)

haptic class support

Changelog v1:
Fix typo

Signed-off-by: Kyungmin Park <[email protected]>
---
drivers/Kconfig | 2 ++
drivers/Makefile | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/Kconfig b/drivers/Kconfig
index 48bbdbe..a44348e 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -90,6 +90,8 @@ source "drivers/memstick/Kconfig"

source "drivers/leds/Kconfig"

+source "drivers/haptic/Kconfig"
+
source "drivers/accessibility/Kconfig"

source "drivers/infiniband/Kconfig"
diff --git a/drivers/Makefile b/drivers/Makefile
index 6ee53c7..ee6f438 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -94,6 +94,7 @@ obj-y += idle/
obj-$(CONFIG_MMC) += mmc/
obj-$(CONFIG_MEMSTICK) += memstick/
obj-$(CONFIG_NEW_LEDS) += leds/
+obj-$(CONFIG_HAPTIC) += haptic/
obj-$(CONFIG_INFINIBAND) += infiniband/
obj-$(CONFIG_SGI_SN) += sn/
obj-y += firmware/
--
1.5.3.3


2009-10-09 09:30:28

by Trilok Soni

[permalink] [raw]
Subject: Re: [PATCH 4/6] Haptic: add haptic configuration (v2)

Hi Kyungmin,

On Fri, Oct 9, 2009 at 2:28 PM, Kyungmin Park <[email protected]> wrote:
> haptic class support
>
> Changelog v1:
> ? ? ? ?Fix typo
>
> Signed-off-by: Kyungmin Park <[email protected]>
> ---
> ?drivers/Kconfig ?| ? ?2 ++
> ?drivers/Makefile | ? ?1 +
> ?2 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/Kconfig b/drivers/Kconfig
> index 48bbdbe..a44348e 100644
> --- a/drivers/Kconfig
> +++ b/drivers/Kconfig
> @@ -90,6 +90,8 @@ source "drivers/memstick/Kconfig"
>
> ?source "drivers/leds/Kconfig"
>
> +source "drivers/haptic/Kconfig"
> +
> ?source "drivers/accessibility/Kconfig"
>
> ?source "drivers/infiniband/Kconfig"
> diff --git a/drivers/Makefile b/drivers/Makefile
> index 6ee53c7..ee6f438 100644
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -94,6 +94,7 @@ obj-y ? ? ? ? ? ? ? ? ? ? ? ? += idle/
> ?obj-$(CONFIG_MMC) ? ? ? ? ? ? ?+= mmc/
> ?obj-$(CONFIG_MEMSTICK) ? ? ? ? += memstick/
> ?obj-$(CONFIG_NEW_LEDS) ? ? ? ? += leds/
> +obj-$(CONFIG_HAPTIC) ? ? ? ? ? += haptic/
> ?obj-$(CONFIG_INFINIBAND) ? ? ? += infiniband/
> ?obj-$(CONFIG_SGI_SN) ? ? ? ? ? += sn/
> ?obj-y ? ? ? ? ? ? ? ? ? ? ? ? ?+= firmware/

Reviewed-by: Trilok Soni <[email protected]>


--
---Trilok Soni
http://triloksoni.wordpress.com
http://www.linkedin.com/in/triloksoni