Sun Sep 16 2001 kroah/dbrownell
	- Added ieee1394.agent from Kristian Hogsberg
	  <hogsberg@users.sourceforge.net>
	- with docs, "sh -x" debug support, minor fix.
	  Needs kernel 2.4.10 and modutils 2.4.9 to hotplug.

Fri Sep 7 2001  dbrownell
	- Some of the updates from SuSE: 
	    * add/use debug_msg macro in hotplug_functions
	    * modprobe -s (to syslog)
	    * various agent tweaks/fixes
	    * more usb.handmap entries (from usbmgr)

Mon Jun 11 2001  Stephen Williams  <steve@icarus.com>

	- Added the fxload program
	- Rework root makefile and hotplug.spec to install in prefix
	  location without need of spec file for install.

Fri Jun 8 2001  Stephen Williams  <steve@icarus.com>

	- Added installation directions to make the /var/run/usb
	  directory, and updated the rpm spec file to match.

Thu Jun 6 2001 kroah
	- added half of Stephen Williams <steve@icarus.com> REMOVER
	  patch. It is up to the install script to create the
	  /var/run/usb directory.  Something like the following would be
	  enough:
	  	mkdir /var/run/usb
		chmod 0700 /var/run/usb

Tue Apr 24 2001 kroah
	- added debian directory filled with things needed to package 
	  the scripts for a debian release.

Tue Apr 03 2001 dbrownell
	- make sure setup scripts (for usermode drivers/apps) will
	  run even without a kernel driver

Fri Mar 30 2001 dbrownell
	- bugfix match_flags support from Gioele Barabuci; might
	  require bash2-isms
	- add kernel 2.2.18 bcdDevice bug workaround (Ben Woodard)

Wed Mar 21 2001 dbrownell
	- cleanups from Gioele Barabuci

Fri Mar 2 2001 kroah
	- tweaked the post and preun sections to fix problem of hotplug
	  not starting automatically when the package is upgraded.

Wed Feb 28 2001 kroah
	- added keyspan to the list of modules to be unloaded
	- 2001_02_28 release

Mon Feb 26 2001 dbrownell
	- more network interface special cases: lo, plip
	- cleanup, enable '#' comment lines (Gioele Barabuci)
	- add 'usbcore' and comments to usb.handmap for hub device class
	- cope with bash1 vs bash2 issue ("unset IFS")
	- add /etc/hotplug/blacklist
	- update README 

Fri Feb 23 2001 kroah
	- added patch from Trond Glomsrd to make the scripts able to
	  handle i18n properly.  Might not work so well on older
	  initscript packages, especially non-redhat based systems.
	  Tweaked the patch to handle different locations of the
	  'functions' script.
	  
Fri Feb 16 2001 kroah
	- added patch from Trond Glomsrd to keep the ppp, ippp, and isdn 
	  network interfaces from being called in the network script.

Fri Feb 16 2001 dbrownell
	- added patch from Adam Richter that removes dependancy on /tmp
	  being writable.

Wed Feb 14 2001 kroah
	- 2001_02_14 release

Wed Feb 14 2001	dbrownell
	-  Fixes some problems seen with Redhat 7 systems when the  partial
	   USB setup in /etc/rc.sysinit was not disabled.  The failure mode
	   was that all USB modules got loaded, rather than only modules
	   for the devices that were connected.
 	-  In conjunction with the "usbmodules" and "pcimodules" patches to
	   "usbutils-0.7" and "pciutils-2.1.8", devices that are connected
	   at boot time will also be configured.  If you don't have those
	   utilities, you'll need to plug USB and CardBus devices in after
	   the system is booted, otherwise they can't be properly
	   configured.

Tue Jan 23 2001 kroah
	- 2001_01_23 release

Tue Jan 23 2001 dbrownell
	- log "ifup" invocations when debugging for net.agent script
	- address some problems with hotplugging USB on 2.2

Mon Jan 22 2001 Greg Kroah-Hartman <greg@kroah.com>
	- added this ChangeLog to the project and the spec file.

Wed Jan 17 2001 Greg Kroah-Hartman <greg@kroah.com>
	- changed specfile based on Chmouel Boudjnah's
	  <chmouel@mandrakesoft.com> comments.

Tue Jan 16 2001 Greg Kroah-Hartman <greg@kroah.com>
	- 2001_01_16 release
	- tweaked the file locations due to the change in the tarball
	  structure.

Mon Jan 15 2001 Greg Kroah-Hartman <greg@kroah.com>
	- First cut at a spec file for the hotplug scripts.
	- added patch to usb.rc to allow chkconfig to install and remove
	  it.

