From: James S. <jsi...@us...> - 2002-06-04 19:45:38
|
Update of /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook In directory usw-pr-cvs1:/tmp/cvs-serv29363/linux/Documentation/DocBook Modified Files: Makefile kernel-api.tmpl Log Message: Synced to 2.5.20. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile 3 Jun 2002 22:44:55 -0000 1.13 +++ Makefile 4 Jun 2002 19:45:03 -0000 1.14 @@ -113,6 +113,9 @@ $(TOPDIR)/drivers/net/wan/syncppp.c \ $(TOPDIR)/drivers/net/wan/z85230.c \ $(TOPDIR)/drivers/usb/core/hcd.c \ + $(TOPDIR)/drivers/usb/core/urb.c \ + $(TOPDIR)/drivers/usb/core/message.c \ + $(TOPDIR)/drivers/usb/core/config.c \ $(TOPDIR)/drivers/usb/core/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.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- kernel-api.tmpl 16 Apr 2002 17:41:46 -0000 1.7 +++ kernel-api.tmpl 4 Jun 2002 19:45:04 -0000 1.8 @@ -282,6 +282,9 @@ </sect1> <sect1><title>USB Core APIs</title> +!Edrivers/usb/core/urb.c +!Edrivers/usb/core/config.c +!Edrivers/usb/core/message.c !Edrivers/usb/core/usb.c </sect1> |