zoukankan      html  css  js  c++  java
  • 添加 linux usb

    System-Product-Name:~/$ lsusb
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 046d:c31d Logitech, Inc.
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 017: ID 1f53:a014
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


    wanqi@wanqi-System-Product-Name:~/huiye_Q9/msm7627-app$ sudo gedit /etc/udev/rules.d/51-android.rules

    //添加

    # fastboot protocol on crespo (Nexus S)
    SUBSYSTEM=="usb", ATTR{idVendor}=="1f53", ATTR{idProduct}=="a014", MODE="0777", OWNER="username"

  • 相关阅读:
    FastDFS的简单使用
    KindEditor的简单使用
    rpc
    SDS——动态字符串
    图的深度优先遍历和广度优先遍历
    innodb和myisam原理
    cap理论
    冒泡排序
    桥接模式
    适配器模式
  • 原文地址:https://www.cnblogs.com/wanqieddy/p/2241114.html
Copyright © 2011-2022 走看看