代码搜索结果
找到约 35,951 项符合
USB 的代码
usb-help.txt
usb-help.txt
2000-July-12
For USB help other than the readme files that are located in
linux/Documentation/usb/*, see the following:
Linux-USB project: http://www.linux-usb.org
mirrors at
usb.h
//USB
/* USB Driver */
#define USB_PU_CTRL FALSE /* no pull-up control */
#define VENDOR_ID 0xEB03 /* Atmel vendor ID = 03EBh */
#define PRODUCT_ID
usb.c
//
// Copyright (c) Samsung Electronics. All rights reserved.
// @File : USB.C
// @Description : implementation of usb image download function
#include
#include
#inclu
usb.h
//
// @File : USB.H
// @Description : Interface of EBOOT USB Boot downloader
//
#ifndef __USB_H_
#define __USB_H_
#include "usbcfg.h" ///< must included here
volatile S3C2440A_USBD_REG
usb-hid.c
/*
* QEMU USB HID devices
*
* Copyright (c) 2005 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentatio
usb-uhci.c
/*
* USB UHCI controller emulation
*
* Copyright (c) 2005 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated doc
usb-ohci.c
/*
* QEMU USB OHCI Emulation
* Copyright (c) 2004 Gianni Tedesco
* Copyright (c) 2006 CodeSourcery
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
usb-hub.c
/*
* QEMU USB HUB emulation
*
* Copyright (c) 2005 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentati
usb-msd.c
/*
* USB Mass Storage Device emulation
*
* Copyright (c) 2006 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the LGPL.
*/
#include "vl.h"
//#define DEBUG_MSD
#ifdef D
usb.c
/*
* QEMU USB emulation
*
* Copyright (c) 2005 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation f