* [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name
@ 2015-10-25 20:06 Moritz Fischer
2015-10-25 20:06 ` [PATCH 2/2] input: misc: e3x0-button: Update Kconfig description Moritz Fischer
2015-10-25 20:49 ` [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name Dmitry Torokhov
0 siblings, 2 replies; 5+ messages in thread
From: Moritz Fischer @ 2015-10-25 20:06 UTC (permalink / raw)
To: dmitry.torokhov
Cc: jaewon02.kim, k.kozlowski, dmurphy, geert, courtney.cavin, carlo,
linux-input, linux-kernel, Moritz Fischer
The produced module will be called e3x0-button, not
e3x0_button.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
drivers/input/misc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 906dd1b..7ac277c7 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -101,7 +101,7 @@ config INPUT_E3X0_BUTTON
USRP E3x0 Button.
To compile this driver as a module, choose M here: the
- module will be called e3x0_button.
+ module will be called e3x0-button.
config INPUT_PCSPKR
tristate "PC Speaker support"
--
2.6.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] input: misc: e3x0-button: Update Kconfig description
2015-10-25 20:06 [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name Moritz Fischer
@ 2015-10-25 20:06 ` Moritz Fischer
2015-10-25 20:56 ` Dmitry Torokhov
2015-10-25 20:49 ` [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name Dmitry Torokhov
1 sibling, 1 reply; 5+ messages in thread
From: Moritz Fischer @ 2015-10-25 20:06 UTC (permalink / raw)
To: dmitry.torokhov
Cc: jaewon02.kim, k.kozlowski, dmurphy, geert, courtney.cavin, carlo,
linux-input, linux-kernel, Moritz Fischer
The driver is now used for the entire USRP e3xx series,
this commit fixes the description that will be displayed in
the menu accordingly.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
drivers/input/misc/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 7ac277c7..a676c2c 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -94,11 +94,11 @@ config INPUT_BMA150
module will be called bma150.
config INPUT_E3X0_BUTTON
- tristate "NI Ettus Research USRP E3x0 Button support."
+ tristate "NI Ettus Research USRP E3xx Button support."
default n
help
Say Y here to enable support for the NI Ettus Research
- USRP E3x0 Button.
+ USRP E3xx Button.
To compile this driver as a module, choose M here: the
module will be called e3x0-button.
--
2.6.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name
2015-10-25 20:06 [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name Moritz Fischer
2015-10-25 20:06 ` [PATCH 2/2] input: misc: e3x0-button: Update Kconfig description Moritz Fischer
@ 2015-10-25 20:49 ` Dmitry Torokhov
2015-10-26 18:04 ` Moritz Fischer
1 sibling, 1 reply; 5+ messages in thread
From: Dmitry Torokhov @ 2015-10-25 20:49 UTC (permalink / raw)
To: Moritz Fischer
Cc: jaewon02.kim, k.kozlowski, dmurphy, geert, courtney.cavin, carlo,
linux-input, linux-kernel
Hi Moritz,
On Sun, Oct 25, 2015 at 01:06:06PM -0700, Moritz Fischer wrote:
> The produced module will be called e3x0-button, not
> e3x0_button.
This is not entirely correct. The file name is e3x0-button.ko, but the
module name is e3x0_button: when we construct KBUILD_MODNAME we
substitute commas and dashes for underscores - see scripts/Makefile.lib
>
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
> ---
> drivers/input/misc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
> index 906dd1b..7ac277c7 100644
> --- a/drivers/input/misc/Kconfig
> +++ b/drivers/input/misc/Kconfig
> @@ -101,7 +101,7 @@ config INPUT_E3X0_BUTTON
> USRP E3x0 Button.
>
> To compile this driver as a module, choose M here: the
> - module will be called e3x0_button.
> + module will be called e3x0-button.
>
> config INPUT_PCSPKR
> tristate "PC Speaker support"
> --
> 2.6.2
>
Thanks.
--
Dmitry
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] input: misc: e3x0-button: Update Kconfig description
2015-10-25 20:06 ` [PATCH 2/2] input: misc: e3x0-button: Update Kconfig description Moritz Fischer
@ 2015-10-25 20:56 ` Dmitry Torokhov
0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Torokhov @ 2015-10-25 20:56 UTC (permalink / raw)
To: Moritz Fischer
Cc: jaewon02.kim, k.kozlowski, dmurphy, geert, courtney.cavin, carlo,
linux-input, linux-kernel
On Sun, Oct 25, 2015 at 01:06:07PM -0700, Moritz Fischer wrote:
> The driver is now used for the entire USRP e3xx series,
> this commit fixes the description that will be displayed in
> the menu accordingly.
>
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Applied, thank you.
> ---
> drivers/input/misc/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
> index 7ac277c7..a676c2c 100644
> --- a/drivers/input/misc/Kconfig
> +++ b/drivers/input/misc/Kconfig
> @@ -94,11 +94,11 @@ config INPUT_BMA150
> module will be called bma150.
>
> config INPUT_E3X0_BUTTON
> - tristate "NI Ettus Research USRP E3x0 Button support."
> + tristate "NI Ettus Research USRP E3xx Button support."
> default n
> help
> Say Y here to enable support for the NI Ettus Research
> - USRP E3x0 Button.
> + USRP E3xx Button.
>
> To compile this driver as a module, choose M here: the
> module will be called e3x0-button.
> --
> 2.6.2
>
--
Dmitry
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name
2015-10-25 20:49 ` [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name Dmitry Torokhov
@ 2015-10-26 18:04 ` Moritz Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Moritz Fischer @ 2015-10-26 18:04 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: jaewon02.kim, Krzysztof Kozłowski, dmurphy, geert,
Courtney Cavin, carlo, linux-input, linux-kernel
On Sun, Oct 25, 2015 at 1:49 PM, Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
> Hi Moritz,
>
> On Sun, Oct 25, 2015 at 01:06:06PM -0700, Moritz Fischer wrote:
>> The produced module will be called e3x0-button, not
>> e3x0_button.
>
> This is not entirely correct. The file name is e3x0-button.ko, but the
> module name is e3x0_button: when we construct KBUILD_MODNAME we
> substitute commas and dashes for underscores - see scripts/Makefile.lib
Thanks for the clarification. Good to know it wasn't broken in the first place.
Cheers,
Moritz
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-26 18:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 20:06 [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name Moritz Fischer
2015-10-25 20:06 ` [PATCH 2/2] input: misc: e3x0-button: Update Kconfig description Moritz Fischer
2015-10-25 20:56 ` Dmitry Torokhov
2015-10-25 20:49 ` [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name Dmitry Torokhov
2015-10-26 18:04 ` Moritz Fischer
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).