From: James S. <jsi...@us...> - 2002-01-20 03:54:47
|
Update of /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook In directory usw-pr-cvs1:/tmp/cvs-serv23561/Documentation/DocBook Modified Files: Makefile kernel-api.tmpl Log Message: Synced to 2.5.X. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile 2001/12/26 21:08:32 1.7 +++ Makefile 2002/01/20 03:54:44 1.8 @@ -98,6 +98,7 @@ $(TOPDIR)/drivers/sound/sound_firmware.c \ $(TOPDIR)/drivers/net/wan/syncppp.c \ $(TOPDIR)/drivers/net/wan/z85230.c \ + $(TOPDIR)/drivers/usb/hcd.c \ $(TOPDIR)/drivers/usb/usb.c \ $(TOPDIR)/drivers/video/fbmem.c \ $(TOPDIR)/drivers/video/fbcmap.c \ Index: kernel-api.tmpl =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook/kernel-api.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- kernel-api.tmpl 2001/12/26 21:08:32 1.4 +++ kernel-api.tmpl 2002/01/20 03:54:44 1.5 @@ -281,6 +281,14 @@ !Edrivers/usb/usb.c </sect1> + <sect1><title>Host Controller APIs</title> + <para>These APIs are only for use by host controller drivers, + most of which implement standard register interfaces such as + EHCI, OHCI, or UHCI. + </para> +!Edrivers/usb/hcd.c + </sect1> + </chapter> <chapter id="uart16x50"> |