
【Android之USB】
SoloLinux
专注Kernel,GPU Driver,ROCM,CPU, Power/Performance开
展开
-
Huawei E3372 for mint17 with usb_modeswith
we need to run the script to switch USB modem mode for Ubuntu system . #!/bin/bash #VERSION=22.001.03.01.03 install_exit() { echo "Preass any key to exit. " read COMMAND exit } WHE原创 2016-03-17 18:15:53 · 3689 阅读 · 0 评论 -
USB子系统gadget analyse
struct usb_gadget_driver { char *function; enum usb_device_speed speed; void (*unbind)(struct usb_gadget *); int原创 2013-01-21 10:18:21 · 1171 阅读 · 0 评论 -
USB Skeleton driver 分析记录
/* * USB Skeleton driver - 2.2 * * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of th原创 2013-01-18 16:00:05 · 1057 阅读 · 0 评论 -
USB CDC / USBnet (ECM, NCM, ACM)
USB CDC-ACM (Abstract Control Model), CDC-ECM (Ethernet Networking Control Model), CDC-NCM (Network Control Model), OBEX (Object Exchange) and WCM-Device Management USB class and function driv转载 2016-03-04 00:10:46 · 6859 阅读 · 1 评论