2017-08-09 10:25 GMT-04:00 <wangguohao.2...@gmail.com>:
>
> From: "guohao.w" <wangguohao.2...@gmail.com>
>
> Signed-off-by: guohao.w <wangguohao.2...@gmail.com>
> ---
>  Documentation/translations/zh_CN/rfkill.txt | 117 
> ++++++++++++++++++++++++++++
>  1 file changed, 117 insertions(+)
>  create mode 100644 Documentation/translations/zh_CN/rfkill.txt
>
> diff --git a/Documentation/translations/zh_CN/rfkill.txt 
> b/Documentation/translations/zh_CN/rfkill.txt
> new file mode 100644
> index 000000000000..2c90f5733551
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/rfkill.txt
> @@ -0,0 +1,117 @@
> +Chinese translated version of Documentation/rfkill.txt
> +
> +If you have any comment or update to the content, please post to LKML 
> directly.
> +However, if you have problem communicating in English you can also ask the
> +Chinese maintainer for help.  Contact the Chinese maintainer, if this
> +translation is outdated or there is problem with translation.
> +
> +Chinese maintainer: guohao.wang <wangguohao.2...@gmail.com>
> +---------------------------------------------------------------------
> +Documentation/rfkill.txt的中文翻译
> +
> +如果想评论或更新本文的内容,请直接发信到LKML。如果你使用英文交流有困难的话,也可
> +以向中文版维护者求助。如果本翻译更新不及时或者翻译存在问题,请联系中文版维护者。
> +
> +中文版维护者:guohao.wang <wangguhoao.2...@gmail.com>
> +中文版翻译者:guohao.wang <wangguohao.2...@gmail.com>
> +中文版校译者:Lily <1517048...@qq.com>
> +以下为正文
> +---------------------------------------------------------------------
> +
> +
> +rfkill - RF kill 开关的支持
> +===============================
> +
> +1. 介绍
> +2. 实现细节
> +3. 内核API
> +4. 用户空间支持
> +
> +
> +1. 介绍
> +
> +rfkill子系统提供一个通用接口来禁用任意系统中的射频发射器。当发射器被锁定时,它
> +将不再消耗任何电力。
> +
> +这个子系统也具有响应按键操作来禁用特定种类发射器(或全部种类)的能力。这个是适
> +用于关闭发射器的场合,比如说在飞行器上。
> +
> +rfkill子系统提供了“硬”和“软”锁定的概念,它们意思几乎没有区别(断开 == 发射器关
> +机),
> +而真正的区别在于它们状态是否能被改变:
> + - 硬锁定:只读射频设备锁定,它不能被软件修改。
> + - 软锁定:可写的射频设备锁定(不需可读性),它可被系统软件设置。
> +
> +rfkill子系统有两个被记录在kernel-parameters.txt的参数rfkill.default_state 与
> +rfkill.master_switch_mode。

This sentence is not very readable. How about
"rfkill子系统有两个记录在kernel-parameters.txt的参数,他们分别是rfkill.default_state与rfkill.master_switch_mode。"

>
> +
> +2. 实现细节
> +
> +rfkill 子系统是由三个主要部分组成:
> + * rfkill核心,
> + * 已被弃用的rfkill-input模块(一个输入层的handler,被用户空间策略代码替换),
> + * rfkill驱动。
> +
> +rfkill核心为驱动程序在内核中注册它们的射频发生器的打开和关闭的方法提供API,同时
> +使系统知道硬件的禁用状态也许在设备中被实现。
> +
> +rfkill核心代码还会提醒用户空间状态的改变,并提供为用户空间提供一个查询当前状态的
> +方法。更多信息见下节“用户空间支持”。
> +
> +当设备被硬锁定时(通过调用rfkill_set_hw_state()或query_hw_block)set_bloack()将
> +会其他的软件锁定调用,但是驱动可以忽略这个调用因为它们可以使用

This sentence is not readable. Please read your translation again and
again so that anyone could understand it without original English
version. Thank you


Best,
Weiwei Jia
N�����r��y����b�X��ǧv�^�)޺{.n�+����{�v�"��^n�r���z���h�����&���G���h�(�階�ݢj"���m������z�ޖ���f���h���~�m�

Reply via email to