代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/161121/5558536
c w9966.c
/*
Winbond w9966cf Webcam parport driver.
Copyright (C) 2001 Jakob Kemi
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU
www.eeworm.com/read/161121/5558826
c analog.c
/*
* $Id: analog.c,v 1.52 2000/06/07 13:07:06 vojtech Exp $
*
* Copyright (c) 1996-2000 Vojtech Pavlik
*
* Sponsored by SuSE
*/
/*
* Analog joystick and gamepad driver for Linux
*/
/*
* T
www.eeworm.com/read/161121/5558832
c spaceball.c
/*
* $Id: spaceball.c,v 1.8 2000/11/23 11:42:39 vojtech Exp $
*
* Copyright (c) 1999-2000 Vojtech Pavlik
*
* Based on the work of:
* David Thompson
* Joseph Krahn
*
* Sponsored by SuSE
www.eeworm.com/read/161121/5558881
h drm_lock.h
/* lock.c -- IOCTLs for locking -*- linux-c -*-
* Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Sy
www.eeworm.com/read/161121/5559621
c ibmtr_cs.c
/*======================================================================
A PCMCIA token-ring driver for IBM-based cards
This driver supports the IBM PCMCIA Token-Ring Card.
Written by St
www.eeworm.com/read/161121/5559671
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/161121/5559736
c comx-proto-lapb.c
/*
* LAPB protocol module for the COMX driver
* for Linux kernel 2.2.X
*
* Original author: Tivadar Szemethy
* Maintainer: Gergely Madarasz
*
* Copyright (C) 1997-1
www.eeworm.com/read/161121/5560700
serial_uart
The SA1100 serial port had its major/minor numbers officially assigned:
> Date: Sun, 24 Sep 2000 21:40:27 -0700
> From: H. Peter Anvin
> To: Nicolas Pitre
> Cc: Dev
www.eeworm.com/read/161121/5560725
makedev
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f /dev/$1$dev
mknod /dev/$1$dev c 81 $[ $2 + $dev ]
chmod 666 /dev/$1$dev
done
# s
www.eeworm.com/read/159825/5580678
c cmd_ide.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwa