Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1593257 > unrolled thread
| Started by | Jiri Kosina <jikos@kernel.org> |
|---|---|
| First post | 2017-03-06 13:20 +0100 |
| Last post | 2017-03-06 14:00 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2] HID: Add quirk driver for NTI USB-SUN adapter Jiri Kosina <jikos@kernel.org> - 2017-03-06 13:20 +0100
Re: [PATCH v2] HID: Add quirk driver for NTI USB-SUN adapter Jiri Kosina <jikos@kernel.org> - 2017-03-06 14:00 +0100
| From | Jiri Kosina <jikos@kernel.org> |
|---|---|
| Date | 2017-03-06 13:20 +0100 |
| Subject | Re: [PATCH v2] HID: Add quirk driver for NTI USB-SUN adapter |
| Message-ID | <thZMl-83M-3@gated-at.bofh.it> |
On Wed, 1 Feb 2017, Jonathan Tomer wrote:
> These adapters allow pre-USB Sun keyboards to be connected to USB-only
> machines, but include the wrong maximum keycode in their report
> descriptor, making most of the keys present on Sun keyboards but not
> 101-key PC keyboards nonfunctional.
>
> This patch implements a quirk that overrides the maximum keycode in the
> report descriptor.
>
> Signed-off-by: Jonathan Tomer <jktomer@google.com>
> ---
> Changes in v2:
> - Remove unneeded guard in Kconfig
> - Simplify registration code by using module_hid_driver() instead of
> module_{init,exit}
> - add MODULE_{AUTHOR,DESCRIPTION}
Applied to for-4.11/nti. Thanks,
--
Jiri Kosina
SUSE Labs
[toc] | [next] | [standalone]
| From | Jiri Kosina <jikos@kernel.org> |
|---|---|
| Date | 2017-03-06 14:00 +0100 |
| Message-ID | <ti0p4-8iJ-15@gated-at.bofh.it> |
| In reply to | #1593257 |
On Mon, 6 Mar 2017, Jiri Kosina wrote:
> > These adapters allow pre-USB Sun keyboards to be connected to USB-only
> > machines, but include the wrong maximum keycode in their report
> > descriptor, making most of the keys present on Sun keyboards but not
> > 101-key PC keyboards nonfunctional.
> >
> > This patch implements a quirk that overrides the maximum keycode in the
> > report descriptor.
> >
> > Signed-off-by: Jonathan Tomer <jktomer@google.com>
> > ---
> > Changes in v2:
> > - Remove unneeded guard in Kconfig
> > - Simplify registration code by using module_hid_driver() instead of
> > module_{init,exit}
> > - add MODULE_{AUTHOR,DESCRIPTION}
>
> Applied to for-4.11/nti. Thanks,
This should've read for-4.12, sorry for the noise.
--
Jiri Kosina
SUSE Labs
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web