<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/hid/Makefile, branch linux-5.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2019-03-05T14:30:16Z</updated>
<entry>
<title>Merge branch 'for-5.1/hid-uclogic' into for-linus</title>
<updated>2019-03-05T14:30:16Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2019-03-05T14:30:16Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=487b6d0c876e83ecd833f8abbf98181f1bb058ae'/>
<id>urn:sha1:487b6d0c876e83ecd833f8abbf98181f1bb058ae</id>
<content type='text'>
hid-uclogic driver revamp, in order to support wider range of Huion
tablets, from Nikolai Kondrashov
</content>
</entry>
<entry>
<title>HID: uclogic: Extract tablet parameter discovery into a module</title>
<updated>2019-02-21T11:00:53Z</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>spbnick@gmail.com</email>
</author>
<published>2019-02-10T10:13:51Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9614219e9310ef19e66719bf37f9f68919bac08e'/>
<id>urn:sha1:9614219e9310ef19e66719bf37f9f68919bac08e</id>
<content type='text'>
Refactor and extract UC-Logic tablet initialization and parameter
discovery into a module. For these tablets, the major part of parameter
discovery cannot be separated from initialization so they have to be in
the same module. Define explicitly and clearly what possible quirks the
tablets may have to make the driver implementation easier and simpler.

Signed-off-by: Nikolai Kondrashov &lt;spbnick@gmail.com&gt;
Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;
</content>
</entry>
<entry>
<title>HID: uclogic: Extract report descriptors to a module</title>
<updated>2019-02-21T11:00:53Z</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>spbnick@gmail.com</email>
</author>
<published>2019-02-10T10:13:50Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ff0c13d6d2edc9c4952c668f4503a51b5f101ab3'/>
<id>urn:sha1:ff0c13d6d2edc9c4952c668f4503a51b5f101ab3</id>
<content type='text'>
As hid-uclogic has a lot of report descriptors already and there's going
to be more, move them out of the driver code and into a separate module.

Signed-off-by: Nikolai Kondrashov &lt;spbnick@gmail.com&gt;
Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;
</content>
</entry>
<entry>
<title>HID: viewsonic: Support PD1011 signature pad</title>
<updated>2019-02-21T11:00:53Z</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>spbnick@gmail.com</email>
</author>
<published>2019-02-10T10:13:48Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7c2af0a16e1056e2c208c5a5295f53a0c96f4aca'/>
<id>urn:sha1:7c2af0a16e1056e2c208c5a5295f53a0c96f4aca</id>
<content type='text'>
Add support for ViewSonic PD1011 signature (display) pad, which is also
sold by Signotec under a different name.

Signed-off-by: Nikolai Kondrashov &lt;spbnick@gmail.com&gt;
Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;
</content>
</entry>
<entry>
<title>Support for Maltron L90 keyboard media keys</title>
<updated>2019-01-14T19:11:01Z</updated>
<author>
<name>William Whistler</name>
<email>wtbw@wtbw.co.uk</email>
</author>
<published>2019-01-14T17:50:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=af8cd70a99300a7c3451c76efe1afa8eca37cfce'/>
<id>urn:sha1:af8cd70a99300a7c3451c76efe1afa8eca37cfce</id>
<content type='text'>
The USB report descriptor sent by the Maltron L90 keyboard is invalid,
causing the media key reports not to be accepted.

This patch adds a driver which uses a report fixup to replace the
descriptor.

Signed-off-by: William Whistler &lt;wtbw@wtbw.co.uk&gt;
Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;
</content>
</entry>
<entry>
<title>HID: hid-bigbenff: driver for BigBen Interactive PS3OFMINIPAD gamepad</title>
<updated>2018-09-24T09:49:32Z</updated>
<author>
<name>Hanno Zulla</name>
<email>abos@hanno.de</email>
</author>
<published>2018-08-23T15:03:38Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=256a90ed9e46b270bbc4e15ef05216ff049c3721'/>
<id>urn:sha1:256a90ed9e46b270bbc4e15ef05216ff049c3721</id>
<content type='text'>
This is a driver to fix input mapping and add LED &amp; force feedback
support for the "BigBen Interactive Kid-friendly Wired Controller
PS3OFMINIPAD SONY" gamepad with USB id 146b:0902. It was originally
sold as a PS3 accessory and makes a very nice gamepad for Retropie.

Signed-off-by: Hanno Zulla &lt;kontakt@hanno.de&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: cougar: Add support for the Cougar 500k Gaming Keyboard</title>
<updated>2018-07-23T09:35:05Z</updated>
<author>
<name>Daniel M. Lambea</name>
<email>dmlambea@gmail.com</email>
</author>
<published>2018-07-17T21:35:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b8e759b8f6dab1c473c30ac12709095d0b81078e'/>
<id>urn:sha1:b8e759b8f6dab1c473c30ac12709095d0b81078e</id>
<content type='text'>
Cougar 500k Gaming Keyboard have some special function keys that
make the keyboard stop responding once pressed. Implement the custom
vendor interface that deals with the extended keypresses to fix.

The bug can be reproduced by plugging in the keyboard, then pressing the
rightmost part of the spacebar.

Signed-off-by: Daniel M. Lambea &lt;dmlambea@gmail.com&gt;
Reviewed-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-4.18/hid-steam' into for-linus</title>
<updated>2018-06-08T08:22:26Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2018-06-08T08:22:26Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=37acd687269f8cb8366598e292f96eb5605d3e3a'/>
<id>urn:sha1:37acd687269f8cb8366598e292f96eb5605d3e3a</id>
<content type='text'>
Valve Steam Controller support from Rodrigo Rivas Costa
</content>
</entry>
<entry>
<title>HID: add driver for Valve Steam Controller</title>
<updated>2018-05-15T08:56:22Z</updated>
<author>
<name>Rodrigo Rivas Costa</name>
<email>rodrigorivascosta@gmail.com</email>
</author>
<published>2018-04-16T12:27:02Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c164d6abf3841ffacfdb757c10616f9cb1f67276'/>
<id>urn:sha1:c164d6abf3841ffacfdb757c10616f9cb1f67276</id>
<content type='text'>
There are two ways to connect the Steam Controller: directly to the USB
or with the USB wireless adapter.  Both methods are similar, but the
wireless adapter can connect up to 4 devices at the same time.

The wired device will appear as 3 interfaces: a virtual mouse, a virtual
keyboard and a custom HID device.

The wireless device will appear as 5 interfaces: a virtual keyboard and
4 custom HID devices, that will remain silent until a device is actually
connected.

The custom HID device has a report descriptor with all vendor specific
usages, so the hid-generic is not very useful. In a PC/SteamBox Valve
Steam Client provices a software translation by using hidraw and a
creates a uinput virtual gamepad and XTest keyboard/mouse.

This driver intercepts the hidraw usage, so it can get out of the way
when the Steam Client is in use.

Signed-off-by: Rodrigo Rivas Costa &lt;rodrigorivascosta@gmail.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: redragon: Fix modifier keys for Redragon Asura Keyboard</title>
<updated>2018-04-17T11:56:29Z</updated>
<author>
<name>Robert Munteanu</name>
<email>rombert@apache.org</email>
</author>
<published>2018-04-16T21:38:24Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=85455dd906d568d5a42d9365938fbf82e932e2b8'/>
<id>urn:sha1:85455dd906d568d5a42d9365938fbf82e932e2b8</id>
<content type='text'>
This adds a new driver for the Redragon Asura keyboard. The Asura
keyboard contains an error in the HID descriptor which causes all
modifier keys to be mapped to left shift. Additionally, we suppress
the creation of a second, not working, keyboard device.

Signed-off-by: Robert Munteanu &lt;rombert@apache.org&gt;
Reviewed-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
</feed>
