码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下动态切换EHCI控制器下端口的速率(即切换为12M)

时间:2019-12-17 14:59:50      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:sys   ice   inux   echo   切换   ret   动态   port   HERE   

在sys目录下找到对应的控制器

例如:/sys/devices/platform/soc/ehci,直接操作该目录下的companion

echo 1  > companion  将port1设置为companion控制器所有,即降速

echo -1 > companion

/*
* Dedicate or undedicate a port to the companion controller.
* Syntax is "[-]portnum", where a leading ‘-‘ sign means
* return control of the port to the EHCI controller.
*/

Linux下动态切换EHCI控制器下端口的速率(即切换为12M)

标签:sys   ice   inux   echo   切换   ret   动态   port   HERE   

原文地址:https://www.cnblogs.com/erhu-67786482/p/12054357.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!