* [PATCH 4/6] Haptic: add haptic configuration
@ 2009-10-07 6:18 Kyungmin Park
2009-10-07 7:08 ` Trilok Soni
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2009-10-07 6:18 UTC (permalink / raw)
To: linux-kernel, linux-input; +Cc: soni.trilok
haptic class support
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
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_HAPTCI) += haptic/
obj-$(CONFIG_INFINIBAND) += infiniband/
obj-$(CONFIG_SGI_SN) += sn/
obj-y += firmware/
--
1.5.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 4/6] Haptic: add haptic configuration
2009-10-07 6:18 [PATCH 4/6] Haptic: add haptic configuration Kyungmin Park
@ 2009-10-07 7:08 ` Trilok Soni
0 siblings, 0 replies; 2+ messages in thread
From: Trilok Soni @ 2009-10-07 7:08 UTC (permalink / raw)
To: Kyungmin Park; +Cc: linux-kernel, linux-input
Hi Kyungmin,
On Wed, Oct 7, 2009 at 11:48 AM, Kyungmin Park
<kyungmin.park@samsung.com> wrote:
> haptic class support
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> 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_HAPTCI) += haptic/
s/CONFIG_HAPTCI/CONFIG_HAPTIC :)
--
---Trilok Soni
http://triloksoni.wordpress.com
http://www.linkedin.com/in/triloksoni
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-07 7:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 6:18 [PATCH 4/6] Haptic: add haptic configuration Kyungmin Park
2009-10-07 7:08 ` Trilok Soni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).