Commit fda516b7 authored by Jarod Wilson's avatar Jarod Wilson Committed by Mauro Carvalho Chehab

[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: default avatarJarod Wilson <jarod@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent e217fb43
/* /*
* Driver for USB Windows Media Center Ed. eHome Infrared Transceivers * Driver for USB Windows Media Center Ed. eHome Infrared Transceivers
* *
* Copyright (c) 2010 by Jarod Wilson <jarod@redhat.com> * Copyright (c) 2010-2011, Jarod Wilson <jarod@redhat.com>
* *
* Based on the original lirc_mceusb and lirc_mceusb2 drivers, by Dan * Based on the original lirc_mceusb and lirc_mceusb2 drivers, by Dan
* Conti, Martin Blatter and Daniel Melander, the latter of which was * Conti, Martin Blatter and Daniel Melander, the latter of which was
...@@ -15,6 +15,11 @@ ...@@ -15,6 +15,11 @@
* Jon Smirl, which included enhancements and simplifications to the * Jon Smirl, which included enhancements and simplifications to the
* incoming IR buffer parsing routines. * incoming IR buffer parsing routines.
* *
* Updated in July of 2011 with the aid of Microsoft's official
* remote/transceiver requirements and specification document, found at
* download.microsoft.com, title
* Windows-Media-Center-RC-IR-Collection-Green-Button-Specification-03-08-2011-V2.pdf
*
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -40,8 +45,8 @@ ...@@ -40,8 +45,8 @@
#include <linux/pm_wakeup.h> #include <linux/pm_wakeup.h>
#include <media/rc-core.h> #include <media/rc-core.h>
#define DRIVER_VERSION "1.91" #define DRIVER_VERSION "1.92"
#define DRIVER_AUTHOR "Jarod Wilson <jarod@wilsonet.com>" #define DRIVER_AUTHOR "Jarod Wilson <jarod@redhat.com>"
#define DRIVER_DESC "Windows Media Center Ed. eHome Infrared Transceiver " \ #define DRIVER_DESC "Windows Media Center Ed. eHome Infrared Transceiver " \
"device driver" "device driver"
#define DRIVER_NAME "mceusb" #define DRIVER_NAME "mceusb"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment