代码搜索结果
找到约 10,000 项符合
USB 的代码
usb_id
#!/bin/sh
#
# copy in /bin and add this line to a device block in multipath.conf :
# getuid_callout "/bin/usb_id %n"
#
cd /sys/block/$1 && cd $(ls -l device|cut -d">" -f2) && cd ../../../.. &
usb.h
/*
*----------------------------------------------------------------------->>>*/
#include "..\Target\Def.h"
#include "Command_api.h"
//#include "Usbdrv.h"
#ifndef __usb_h__
#define __usb_h__
usb.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
USB.H file
usb.lst
C51 COMPILER V7.06 USB 03/02/2006 23:11:51 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE USB
OBJECT MODULE PLACED IN Usb
usb.c
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
USB.C File
Created by Computer-lov. Date: 2004.9.27
Last
usb.h
/* USB.H File
Created by Computer-lov Date: 2004.7.13
Last edited date 2005.4.16
Copyright (c) 2005 Computer-lov
version 1.1
*/
#ifndef __USB_H__
#define __USB_H__
#define BYTE
_usb.h
//============================================================================
// File: U08USB.H
// Func: Definitions for USB Data Types & Constants
// Header File for USB08 Demo Application
//
usb.c
#include "usb.h" // Definitions for USB Data Types & Constants
#include "usbdesc.c" // const USB Descriptor Data
#define b_EP0STALL 6
#define b_DPPULLEN 2
#pragma DATA_SEG MY_ZEROPAGE