m hardware and this driver
does not implement it. The recording LED has its device, but having it
on or pressing the button does not record anything.
Clément Vuchener (1):
Corsair Vengeance K90 driver
Documentation/ABI/testing/sysfs-class-k90_profile | 55 ++
.../ABI/testing/sysfs-driver-h
---
Documentation/ABI/testing/sysfs-class-k90_profile | 55 ++
.../ABI/testing/sysfs-driver-hid-corsair-k90 | 15 +
drivers/hid/Kconfig| 10 +
drivers/hid/Makefile | 1 +
drivers/hid/hid-core.c |
Fixed led devices clean up (hang when unplugging and led state reset)
- Added dependency on USB and LEDS_CLASS in Kconfig
Clément Vuchener (1):
Add Corsair Vengeance K90 driver
Documentation/ABI/testing/sysfs-driver-hid-corsair | 15 +
drivers/hid/Kconfig| 10 +
d
"record" LED and
the backlight.
Signed-off-by: Clément Vuchener
---
Documentation/ABI/testing/sysfs-driver-hid-corsair | 15 +
drivers/hid/Kconfig| 10 +
drivers/hid/Makefile | 1 +
drivers/hid/
On Mon, Sep 07, 2015 at 05:58:36PM +0200, Clément Vuchener wrote:
> I removed the k90_profile class completely. I cannot write a good enough ABI
> with what I know of the keyboard so I am leaving that part out of the kernel.
> If I change my mind in the future, it will be done in anot
On 09/04/2015 03:27 PM, Jiri Kosina wrote:
> On Sat, 29 Aug 2015, Clément Vuchener wrote:
>
>
> This is missing changelog and Signed-off-by: line. I know that you have
> provided that in your cover letter, but cover letter never make it to the
> actual GIT commits.
>
>
hset.
>
> Changes in v5:
> * Fix license SPDX to GPL-2.0+.
> * Minor stylistic changes (BIT(3) instead 0x08 and so on).
>
> Changes in v4:
> * Add command to check the wireless connection status on probe, without
>waiting for a message (thanks to Clément Vuchener for the tip).
2018-03-19 21:08 GMT+01:00 Rodrigo Rivas Costa :
> On Sat, Mar 17, 2018 at 02:54:07PM -0700, Pierre-Loup A. Griffais wrote:
>
> Now, what I would really want is a review by Valve of my set-lizard function:
>
> static void steam_set_lizard_mode(struct steam_device *steam, bool enabled)
> {
>
Le sam. 15 déc. 2018 à 15:45, Clément VUCHENER
a écrit :
>
> Le ven. 14 déc. 2018 à 19:37, Harry Cutts a écrit :
> >
> > Hi Clement,
> >
> > On Fri, 14 Dec 2018 at 05:47, Clément VUCHENER
> > wrote:
> > > Hi, The G500s (and the G500 too, I think) d
Le mer. 5 déc. 2018 à 01:44, Peter Hutterer a écrit :
>
> From: Harry Cutts
>
> There are three features used by various Logitech mice for
> high-resolution scrolling: the scrolling acceleration bit in HID++ 1.0,
> and the x2120 and x2121 features in HID++ 2.0 and above. This patch
> supports all
Le ven. 14 déc. 2018 à 19:37, Harry Cutts a écrit :
>
> Hi Clement,
>
> On Fri, 14 Dec 2018 at 05:47, Clément VUCHENER
> wrote:
> > Hi, The G500s (and the G500 too, I think) does support the "scrolling
> > acceleration" bit. If I set it, I get around 8 event
es mode is enabled) and does not affect the
wheel events from the first one.
Le mer. 19 déc. 2018 à 21:35, Benjamin Tissoires
a écrit :
>
> On Wed, Dec 19, 2018 at 11:57 AM Clément VUCHENER
> wrote:
> >
> > Le sam. 15 déc. 2018 à 15:45, Clément VUCHENER
> > a écrit :
>
Le jeu. 25 avr. 2019 à 09:40, Benjamin Tissoires
a écrit :
>
> Hi Clément,
>
> On Wed, Apr 24, 2019 at 5:34 PM Clément VUCHENER
> wrote:
> >
> > Hi Benjamin,
> >
> > I tried again to add hi-res wheel support for the G500 with Hans de
> > Goede's
Le jeu. 25 avr. 2019 à 10:45, Benjamin Tissoires
a écrit :
>
> On Thu, Apr 25, 2019 at 10:25 AM Clément VUCHENER
> wrote:
> >
> > Le jeu. 25 avr. 2019 à 09:40, Benjamin Tissoires
> > a écrit :
> > >
> > > Hi Clément,
> > >
> > >
Le jeu. 25 avr. 2019 à 11:35, Benjamin Tissoires
a écrit :
>
> On Thu, Apr 25, 2019 at 11:29 AM Clément VUCHENER
> wrote:
> >
> > Le jeu. 25 avr. 2019 à 10:45, Benjamin Tissoires
> > a écrit :
> > >
> > > On Thu, Apr 25, 2019 at 10:25 AM Clément VUCH
record and profile keys
changes in v2:
- Removed the k90_profile class and devices
- Renamed driver for a more generic name ("corsair" driver in hid-corsair.c)
- Fixed led devices clean up (hang when unplugging and led state reset)
- Added dependency on USB and LEDS_CLASS in Kconfig
Clément
"record" LED and
the backlight.
Signed-off-by: Clément Vuchener
---
Documentation/ABI/testing/sysfs-driver-hid-corsair | 15 +
drivers/hid/Kconfig| 10 +
drivers/hid/Makefile | 1 +
drivers/hid/
2016-03-24 15:30 GMT+01:00 Jiri Kosina :
> On Wed, 23 Mar 2016, =?UTF-8?q?Cl=C3=A9ment=20Vuchener?= wrote:
>
>> So, I decided to move all USB related features in user-space (as far as
>> I know, I was the only user, but if someone is looking for a
>> replacement, I wrote a small tool available here
2017-04-21 1:15 GMT+02:00 AZO :
> To Linux kernel input driver mainteners
>
> I mailed to mainteners a week ago.
> Please can anyone answer?
You should send the email directly to the maintainers in addition to
the mailing list. You can use the get_maintainer.pl script to know who
that is.
>
> Reg
Hi Rodrigo,
I have written a kernel driver [1], some time ago. I did not submit it
for merging in the main-line because I thought that would mess with
user-space drivers. If your driver create an input device, a
user-space driver will have to disable it before creating its own. I
guess libusb base
2018-02-22 1:13 GMT+01:00 Pierre-Loup A. Griffais :
>
> On 02/21/2018 12:21 PM, Rodrigo Rivas Costa wrote:
>>
>> Related to that, Benjamin Tissoires replied to 1/3:
--- a/drivers/hid/hid-quirks.c
+++ b/drivers/hid/hid-quirks.c
@@ -629,6 +629,10 @@ static const struct hid_device_
2018-02-26 10:50 GMT+01:00 Benjamin Tissoires :
> Hi Rodrigo,
>
> On Sun, Feb 25, 2018 at 7:52 PM, Rodrigo Rivas Costa
> wrote:
>> This patchset implements a driver for Valve Steam Controller, based on a
>> reverse analysis by myself.
>
> To me, the code looks OK now. I haven't got the time to do
22 matches
Mail list logo