aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-24 05:24:58 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-18 10:16:04 -0500
commitf4ab70e3d241f70b9ad43efa8898cbddfe7a6bc5 (patch)
tree9ccac60664fc4bf543cd3c4bdc0ce5548cdc8ed3 /include/media
parentmedia: rc-core.rst: add an introduction for RC core (diff)
downloadlinux-dev-f4ab70e3d241f70b9ad43efa8898cbddfe7a6bc5.tar.xz
linux-dev-f4ab70e3d241f70b9ad43efa8898cbddfe7a6bc5.zip
media: rc-core.h: minor adjustments at rc_driver_type doc
The description of this enum doesn't match what it actually represents. Adjust it. Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/rc-core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/rc-core.h b/include/media/rc-core.h
index 0a4026cf64f3..aed4272d47f5 100644
--- a/include/media/rc-core.h
+++ b/include/media/rc-core.h
@@ -31,9 +31,9 @@ do { \
} while (0)
/**
- * enum rc_driver_type - type of the RC output
+ * enum rc_driver_type - type of the RC driver.
*
- * @RC_DRIVER_SCANCODE: Driver or hardware generates a scancode
+ * @RC_DRIVER_SCANCODE: Driver or hardware generates a scancode.
* @RC_DRIVER_IR_RAW: Driver or hardware generates pulse/space sequences.
* It needs a Infra-Red pulse/space decoder
* @RC_DRIVER_IR_RAW_TX: Device transmitter only,