aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/mceusb.c
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2011-07-18 15:54:29 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-08-27 07:57:01 -0400
commitfda516b72afcddbb617c75c93fe6316e4356a14b (patch)
tree89a86bfede00ce7e1b09e50feaf217a948501029 /drivers/media/rc/mceusb.c
parente217fb43c47830857a685673ae0dc3e28493bb88 (diff)
[media] mceusb: update version, copyright, author
Add note about recent updates coming from Microsoft's publicly available specs on Windows Media Center remotes and receivers/transmitters. Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/mceusb.c')
-rw-r--r--drivers/media/rc/mceusb.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c
index e51637f46ab2..60d3c1e09712 100644
--- a/drivers/media/rc/mceusb.c
+++ b/drivers/media/rc/mceusb.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Driver for USB Windows Media Center Ed. eHome Infrared Transceivers 2 * Driver for USB Windows Media Center Ed. eHome Infrared Transceivers
3 * 3 *
4 * Copyright (c) 2010 by Jarod Wilson <jarod@redhat.com> 4 * Copyright (c) 2010-2011, Jarod Wilson <jarod@redhat.com>
5 * 5 *
6 * Based on the original lirc_mceusb and lirc_mceusb2 drivers, by Dan 6 * Based on the original lirc_mceusb and lirc_mceusb2 drivers, by Dan
7 * Conti, Martin Blatter and Daniel Melander, the latter of which was 7 * Conti, Martin Blatter and Daniel Melander, the latter of which was
@@ -15,6 +15,11 @@
15 * Jon Smirl, which included enhancements and simplifications to the 15 * Jon Smirl, which included enhancements and simplifications to the
16 * incoming IR buffer parsing routines. 16 * incoming IR buffer parsing routines.
17 * 17 *
18 * Updated in July of 2011 with the aid of Microsoft's official
19 * remote/transceiver requirements and specification document, found at
20 * download.microsoft.com, title
21 * Windows-Media-Center-RC-IR-Collection-Green-Button-Specification-03-08-2011-V2.pdf
22 *
18 * 23 *
19 * This program is free software; you can redistribute it and/or modify 24 * This program is free software; you can redistribute it and/or modify
20 * it under the terms of the GNU General Public License as published by 25 * it under the terms of the GNU General Public License as published by
@@ -40,8 +45,8 @@
40#include <linux/pm_wakeup.h> 45#include <linux/pm_wakeup.h>
41#include <media/rc-core.h> 46#include <media/rc-core.h>
42 47
43#define DRIVER_VERSION "1.91" 48#define DRIVER_VERSION "1.92"
44#define DRIVER_AUTHOR "Jarod Wilson <jarod@wilsonet.com>" 49#define DRIVER_AUTHOR "Jarod Wilson <jarod@redhat.com>"
45#define DRIVER_DESC "Windows Media Center Ed. eHome Infrared Transceiver " \ 50#define DRIVER_DESC "Windows Media Center Ed. eHome Infrared Transceiver " \
46 "device driver" 51 "device driver"
47#define DRIVER_NAME "mceusb" 52#define DRIVER_NAME "mceusb"