Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  1 head    1.1;
  2 access;
  3 symbols;
  4 locks; strict;
  5 comment @# @;
  6 
  7 
  8 1.1
  9 date    2008.05.10.02.29.42;    author baker;   state Exp;
 10 branches;
 11 next    ;
 12 
 13 
 14 desc
 15 @@
 16 
 17 
 18 1.1
 19 log
 20 @Initial revision
 21 @
 22 text
 23 @
 24 
 25 Unless  otherwise stated, the  source code distributed  with this book
 26 can   be  redistributed in source    or  binary form   so  long  as an
 27 acknowledgment  appears in derived source   files. The citation should
 28 list that the code comes from BOOK  by AUTHOR, published by O'Reilly &
 29 Associates.  This  code is under copyright and  cannot be  included in
 30 any other book, publication, or educational product without permission
 31 from O'Reilly &  Associates. No warranty  is attached; we  cannot take
 32 responsibility for errors or fitness for use.
 33 
 34 
 35 There are a few exception to this licence, however: a few sources
 36 herein are distributed according to the GNU General Public License,
 37 version 2. You'll find a copy of the license in
 38 /usr/src/linux/COPYING, and in other places in your filesystem. The
 39 affected source files are:
 40 
 41         pci/pci_skel.c
 42         tty/tiny_serial.c
 43         tty/tiny_tty.c
 44         usb/usb-skeleton.c
 45 
 46 The files in ./pci ./tty and ./usb inherit the GPL from the kernel
 47 sources, as most of their code comes straight from the kernel
 48 (usb-skeleton.c being part of the kernel source tree directly.)
 49 
 50 @
  This page was automatically generated by the LXR engine.