LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Paul Bolle <pebolle@tiscali.nl>
To: Ciprian Ciubotariu <cheepeero@gmx.net>
Cc: linux-kernel@vger.kernel.org, "Jiri Kosina" <jkosina@suse.cz>,
linux-input@vger.kernel.org,
"Bruno Prémont" <bonbons@linux-vserver.org>
Subject: Re: [PATCH] Add drivers for Logitech G110, G13, G15v2 and G19
Date: Sat, 21 Feb 2015 18:21:20 +0100 [thread overview]
Message-ID: <1424539280.24292.33.camel@x220> (raw)
In-Reply-To: <1424533803-17017-1-git-send-email-cheepeero@gmx.net>
On Sat, 2015-02-21 at 17:50 +0200, Ciprian Ciubotariu wrote:
> New modules:
> - hid-gcore - common functions
> - hid-gfb - framebuffer implementation
> - hid-g110 - G110 driver
> - hid-g13 - G13 driver
> - hid-g15v2 - G15 v2 driver
> - hid-g19 - G19 driver
>
> Add Kconfig options for each driver, and a main menu option which is
> responsible for hid-gcore. hid-gfb is only selected when individual
> drivers need it.
>
> Add product IDs to hid-ids.h, and blacklist them for hid-generic.
No Signed-off-by?
Apparently Alistair Buxton, Rick L Vinyard Jr, and Thomas Berger were
involved with this code too. There's no mention of them in the commit
explanation. They're also not CC-ed.
A few trivialities follow. And a question about the license of one of
these drivers.
> drivers/hid/Kconfig | 81 +++++
> drivers/hid/Makefile | 8 +
> drivers/hid/hid-core.c | 4 +
> drivers/hid/hid-g110.c | 789 +++++++++++++++++++++++++++++++++++++++++++
> drivers/hid/hid-g13.c | 783 ++++++++++++++++++++++++++++++++++++++++++
> drivers/hid/hid-g15v2.c | 721 +++++++++++++++++++++++++++++++++++++++
> drivers/hid/hid-g19.c | 882 ++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/hid/hid-gcore.c | 398 ++++++++++++++++++++++
> drivers/hid/hid-gcore.h | 74 ++++
> drivers/hid/hid-gfb.c | 751 +++++++++++++++++++++++++++++++++++++++++
> drivers/hid/hid-gfb.h | 54 +++
> drivers/hid/hid-ids.h | 7 +
> 12 files changed, 4552 insertions(+)
> create mode 100644 drivers/hid/hid-g110.c
> create mode 100644 drivers/hid/hid-g13.c
> create mode 100644 drivers/hid/hid-g15v2.c
> create mode 100644 drivers/hid/hid-g19.c
> create mode 100644 drivers/hid/hid-gcore.c
> create mode 100644 drivers/hid/hid-gcore.h
> create mode 100644 drivers/hid/hid-gfb.c
> create mode 100644 drivers/hid/hid-gfb.h
>
> diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
> index 152b006..5f28272 100644
> --- a/drivers/hid/Kconfig
> +++ b/drivers/hid/Kconfig
> @@ -451,6 +451,87 @@ config LOGIWHEELS_FF
> - Logitech MOMO/MOMO 2
> - Logitech Formula Force EX
>
> +config HID_LOGITECH_GSERIES
> + tristate "Logitech G-Series devices"
> + depends on HID
> + depends on USB
> + select NEW_LEDS
> + select LEDS_CLASS
> + help
> + Support for Logitech G-Series devices.
> +
> + This option allows you to choose from a list of Logitech G-series devices.
> + If your keyboard has an LCD display, you will have to enable framebuffer
> + support (CONFIG_FB) to see it here.
> +
> + If unsure, say N.
> +
> + To compile this driver as a module, choose M here: the
> + module will be called hid-gcore.
Please indent the help text bit more (ie, add two spaces, like the help
texts of the rest of the added entries have).
> +
> +config LOGITECH_GFB
> + tristate
> + depends on HID_LOGITECH_GSERIES
> + depends on FB
> + select FB_DEFERRED_IO
> + select FB_SYS_FILLRECT
> + select FB_SYS_COPYAREA
> + select FB_SYS_IMAGEBLIT
> + select FB_SYS_FOPS
> + # select LCD_CLASS_DEVICE
> + # select BACKLIGHT_CLASS_DEVICE
> + # select BACKLIGHT_LCD_SUPPORT
Why did you add these comments?
> +
> +config LOGITECH_G110
> + tristate "Logitech G110 keyboard"
> + depends on HID_LOGITECH_GSERIES
> + help
> + Say Y here if you have a Logitech G110 keyboard.
> +
> + If unsure, say N.
> +
> + To compile this driver as a module, choose M here: the
> + module will be called hid-g110.
> +
> +config LOGITECH_G13
> + tristate "Logitech G13 keyboard"
> + depends on HID_LOGITECH_GSERIES
> + depends on FB
> + select LOGITECH_GFB
> + help
> + Say Y here if you have a Logitech G13 keyboard.
> +
> + If unsure, say N.
> +
> + To compile this driver as a module, choose M here: the
> + module will be called hid-g13.
> +
> +config LOGITECH_G15V2
> + tristate "Logitech G15 Version 2 keyboard"
> + depends on HID_LOGITECH_GSERIES
> + depends on FB
> + select LOGITECH_GFB
> + help
> + Say Y here if you have a Logitech G15 Version 2 keyboard.
> +
> + If unsure, say N.
> +
> + To compile this driver as a module, choose M here: the
> + module will be called hid-g15v2.
> +
> +config LOGITECH_G19
> + tristate "Logitech G19 keyboard"
> + depends on HID_LOGITECH_GSERIES
> + depends on FB
> + select LOGITECH_GFB
> + help
> + Say Y here if you have a Logitech G19 keyboard.
> +
> + If unsure, say N.
> +
> + To compile this driver as a module, choose M here: the
> + module will be called hid-g19.
> +
> config HID_MAGICMOUSE
> tristate "Apple Magic Mouse/Trackpad multi-touch support"
> depends on HID
[...]
> diff --git a/drivers/hid/hid-g19.c b/drivers/hid/hid-g19.c
> new file mode 100644
> index 0000000..366d2d5
> --- /dev/null
> +++ b/drivers/hid/hid-g19.c
> @@ -0,0 +1,882 @@
> +/***************************************************************************
> + * Copyright (C) 2010 by Alistair Buxton *
> + * a.j.buxton@gmail.com *
> + * based on hid-g13.c *
> + * *
> + * This program is free software: you can redistribute it and/or modify *
> + * it under the terms of the GNU General Public License as published by *
> + * the Free Software Foundation, either version 2 of the License, or *
> + * (at your option) any later version. *
> + * *
> + * This driver is distributed in the hope that it will be useful, but *
> + * WITHOUT ANY WARRANTY; without even the implied warranty of *
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
> + * General Public License for more details. *
> + * *
> + * You should have received a copy of the GNU General Public License *
> + * along with this software. If not see <http://www.gnu.org/licenses/>. *
> + ***************************************************************************/
[...]
> +MODULE_DESCRIPTION("Logitech G19 HID Driver");
> +MODULE_AUTHOR("Alistair Buxton (a.j.buxton@gmail.com)");
> +MODULE_AUTHOR("Thomas Berger (tbe@boreus.de)");
> +MODULE_AUTHOR("Ciubotariu Ciprian (cheepeero@gmx.net)");
> +MODULE_LICENSE("GPL v2");
This means GPL v2 only. The comment header has or later. Which is right?
Thanks,
Paul Bolle
next prev parent reply other threads:[~2015-02-21 17:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-15 21:17 Logitech G-series drivers Ciprian Ciubotariu
2015-02-19 9:48 ` Bruno Prémont
2015-02-21 15:46 ` Ciprian Ciubotariu
2015-02-21 15:50 ` [PATCH] Add drivers for Logitech G110, G13, G15v2 and G19 Ciprian Ciubotariu
2015-02-21 17:21 ` Paul Bolle [this message]
2015-02-23 20:47 ` Ciprian Ciubotariu
2015-03-03 21:52 ` Paul Bolle
2015-02-21 21:57 ` Logitech G-series drivers Bruno Prémont
2015-02-24 0:32 ` Ciprian Ciubotariu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424539280.24292.33.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=bonbons@linux-vserver.org \
--cc=cheepeero@gmx.net \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH] Add drivers for Logitech G110, G13, G15v2 and G19' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).