代码搜索:USB HID
找到约 10,000 项符合「USB HID」的源代码
代码结果 10,000
www.eeworm.com/read/263323/11367446
h usb_irq.h
#ifndef __USB_IRQ_H__
#define __USB_IRQ_H__
// IRQ basic action for usb
void disable();
void enable();
#endif
www.eeworm.com/read/263188/11372278
h usb_descriptor.h
////////////////////////////////
//usb_descriptor.h
/*
** HID MOUSE DESCRIPTOR DECLARATIONS
*/
code unsigned char report_descriptor[] =
{
0x05, 0x01,
0x09, 0x02,
0xA1, 0x01,
0x09, 0
www.eeworm.com/read/263024/11379705
c usb-uhci.c
/*
* Universal Host Controller Interface driver for USB (take II).
*
* (c) 1999-2001 Georg Acher, acher@in.tum.de (executive slave) (base guitar)
* Deti Fliegl, deti@fliegl.de (exec
www.eeworm.com/read/263024/11379718
c usb-midi.c
/*
usb-midi.c -- USB-MIDI driver
Copyright (C) 2001
NAGANO Daisuke
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/263024/11379725
c usb-ohci.c
/*
* URB OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2001 David Brownell
*
* [
www.eeworm.com/read/263024/11379947
h usb-ohci.h
#ifndef _USB_OHCI_H
#define _USB_OHCI_H
/*
* URB OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2001 David Brownell
www.eeworm.com/read/263024/11380014
h usb-uhci.h
#ifndef __LINUX_UHCI_H
#define __LINUX_UHCI_H
/*
$Id: usb-uhci.h,v 1.1.1.1 2004/03/25 05:51:21 laputa Exp $
*/
#define MODNAME "usb-uhci"
#define UHCI_LATENCY_TIMER 0
static __inline__ void uhci
www.eeworm.com/read/263024/11380103
c ir-usb.c
/*
* USB IR Dongle driver
*
* Copyright (C) 2001-2002 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2002 Gary Brubaker (xavyer@ix.netcom.com)
*
* This program is free software; you can red
www.eeworm.com/read/263024/11380151
h usb-serial.h
/*
* USB Serial Converter driver
*
* Copyright (C) 1999 - 2002
* Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/263024/11380185
h usb-char.h
/*
* Copyright (C) 2001 Extenex Corporation
*
* usb-char.h
*
* Character device emulation client for SA-1100 client usb core.
*
*
*
*/
#ifndef _USB_CHAR_H
#define _USB_CHAR_H
#define USBC_MA