diff options
author | Bastien Nocera <bnocera@redhat.com> | 2019-07-02 10:39:31 +0200 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2019-09-03 16:52:04 +0200 |
commit | f7c4f737ced2b9e0ba412ed7be9683f80c247bd2 (patch) | |
tree | 7341d8426674df9ec9bdcc353930a8aa0b6f64fd /MAINTAINERS | |
parent | 15d90b242290f228166ea79ee1cc2db6b31a2143 (diff) | |
download | linux-f7c4f737ced2b9e0ba412ed7be9683f80c247bd2.tar.gz linux-f7c4f737ced2b9e0ba412ed7be9683f80c247bd2.tar.bz2 linux-f7c4f737ced2b9e0ba412ed7be9683f80c247bd2.zip |
HID: sb0540: add support for Creative SB0540 IR receivers
Add a new hid driver for the Creative SB0540 IR receiver. This receiver
is usually coupled with an RM-1500 or an RM-1800 remote control.
The scrollwheels on the RM-1800 remote are not bound, as they are
labelled for specific audio controls that don't usually exist on most
systems. They can be remapped using standard Linux keyboard
remapping tools.
Signed-off-by: Bastien Nocera <bnocera@redhat.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 08176d64eed5..2c59928d5b79 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4308,6 +4308,12 @@ S: Maintained F: Documentation/filesystems/cramfs.txt F: fs/cramfs/ +CREATIVE SB0540 +M: Bastien Nocera <hadess@hadess.net> +L: linux-input@vger.kernel.org +S: Maintained +F: drivers/hid/hid-creative-sb0540.c + CRYPTO API M: Herbert Xu <herbert@gondor.apana.org.au> M: "David S. Miller" <davem@davemloft.net> |