Mon Oct 13 2003 kroah
	- sysfs entries for usb devices are in hex.  Patch from Andrey
	  Borzenkov <arvidjaar@mail.ru>
	- add input.rc and input.agent for input systems.  Patch from Andrey
	  Borzenkov <arvidjaar@mail.ru>

Tue Oct 7 2003 kroah
	- keep already loaded modules from causing messages in the syslog.
	- added firmware.agent file from Marcel Holtmann <marcel@holtmann.org>
	- Lots of patches from Bill Nottingham <notting@redhat.com> to try to
	  sync back up with the Red Hat hotplug package:
		- hotplug-2003_08_05-networkdown.patch
		  Don't bring up network devices if the network service isn't
		  started.
		- hotplug-2002_04_01-joydev.patch
		  Some extra joystick devices.
		- hotplug-2003_08_05-tunnel.patch
		  Exclude tunl*/tun*/tap* from being brought up via hotplug
		  events
		- hotplug-2002_04_01-wacom.patch
		  Some wacom tablets for evdev.
		- hotplug-2002_04_01-usblcd.patch
		  usblcd mappings
		- hotplug-2002_04_01-inhotplug.patch
		  Set IN_HOTPLUG environment variable as something users can
		  check in case they don't want some interface to be
		  automatically brought up.
		- hotplug-2003_08_05-updfstab.patch
		  Run updfstab on usb-storage insertion, and general removal
		  (Probably needs to run on firewire, and other sorts of
		  removal devices). upfstab is a Red Hat specific program that
		  edits /etc/fstab to add entries for removable devices.
	- added dasd (s390 stuff) tape and dasd agent files from SuSE and Red
	  Hat's hotplug package.

Wed Sep 24 2003 kroah
	- fixed status display of usb drivers in the 2.6 kernel as
	  /proc/bus/usb/drivers is no longer present.
	- fixed typo in the /sbin/hotplug comments as found by
	  Gary_Lerhaupt@Dell.com

Tue Sep 16 2003 kroah
	- remove devlabel calls, it should just put its own link in
	  /etc/hotplug.d

Tue Aug 5 2003 kroah
	- 2003_08_05 release

Sun Aug 3 2003 kroah
	- fix usb autoloading of modules for 2.6 (it wasn't working).

Fri Jun 27 2003 kroah
	- changed network code to accept 2.5's change to the way network
	  interfaces are brought up and down (now "add" and "remove" like all
	  the other hotplug types.)

Fri Jun 6 2003 dbrownell
    hotplug.functions fixes from:
	- Olaf Hering:  #!/bin/bash gone, VIM modeline,
	  logger location can vary, and should include PID
	- Ian Abbot: correct init of LOADED (fixes sf.net bug filing)
    Other sf.net bugs resolved
	- pointless pci.rc message [538243]
	- Makefile should ignore tape drives [578462]

Thu May 1 2003 kroah
	- 2003_05_01 release
	- made /sbin/hotplug a tiny multiplexer program, moving the original
	  /sbin/hotplug program to /etc/hotplug.d/default/default.hotplug
	- split the rpms generated into two: hotplug and hotplug-base.
	  hotplug-base contains /sbin/hotplug and /etc/hotplug.d/ only
	  hotplug contains everything else
	  hotplug depends on hotplug-base to be present to be able to be
	  loaded.

Thu Apr 17 2003 dbrownell
	- from Dan Dennedy <dan@dennedy.org>, firewire agent now loads
	  multiple modules.  video control and data can be separate.

Fri Jan 17 2003 dbrownell
	- call devlabel if it's present; <Gary_Lerhaupt@Dell.com>

Thu Dec 12 2002 dbrownell
	- handle some sysfs timing and sequencing quirks
	- if it's there, sysfs can provide some missing usb data

Mon Dec  2 2002 dbrownell
	- update README
	- updates from suse's patches
	- DEBUG messages should be off by default!
	- clean up "make install"
	- LSB says init scripts in /etc/init.d, and handle 'force-reload'

Fri Nov 29 2002 dbrownell
	- initial scsi.agent for 2.5, modprobes sd_mod or sr_mod

Wed Nov 21 2002 dbrownell
    more updates for 2.5 kernels:
	- handle additional "device mode" usb hotplug, ignoring it for now
	  unless /sys/$DEVPATH/bNumConfigurations says we have choice of
	  configurations (the first one might not be best).
	- handle the improved "interface mode" usb hotplug in 2.5: don't
	  use 'usbmodules', each interface gets its own event report.
	- don't slow down usb hotplug, all hcds now do control queueing.
	- flag usb and pci 'coldplug' cleanups, needed now that we can
	  finally eliminate usbmodules (pcimodules too?)
    other fixes:
	- patch from <Reinhold.May@gmx.de> to address fact that usbmodules
	  can fail where the script parsing works
	- /sbin/hotplug can now save events to a logfile for later use,
	  suitable for debugging, collecting as test data, sending to a
	  daemon, and so on.
	- better fix for 'always run setup scripts', handling cases where
	  modprobe fails until the setup script renumerates to new usb ids.
	- usb.rc, comment the usbdevfs versioning issue (counting files in
	  /proc/bus/usb became fragile recently) and handle some similar
	  config-dependent startup issues

Tue Oct 1 2002 kroah
	- fix for the lack of a drivers file in usbfs in 2.5.  Patch is from
	  Duncan Sands <duncan.sands@wanadoo.fr>

Mon Aug 26 2002 kroah
	- 2002_08_26 release

Thu Aug  8 2002 dbrownell
	- load_drivers(): variables are local, and doesn't try
	  usbmodules unless the $DEVICE file exists (it'd fail)
	- update hotplug.8 manpage to mention Max'patch
	- patch from Max Krasnyanskiy, now  usb hotplugging also
	  searches /etc/hotplug/usb/*.usermap

Sat May 04 2002 ukai
	- etc/hotplug/hotplug.functions: grep -q redirect to /dev/null 
	  closes: debian Bug#145484
	
Mon Apr 01 2002 kroah
	- 2002_04_01 release

Mon Apr 01 2002 dbrownell
	- hotplug.functions: always run setup scripts
	- ieee1394.agent: rm another explicit /etc/hotplug pathname
	- usb.agent: doesn't skip usb.usermap
	- usb.rc: hooks for other "new style" HCDs (2.5)
	- distro should now include /etc/hotplug/{usb,pci} directories
	- remove obsolete USBD_ENABLE option
	- comments/diagnostics say "usbfs" not "usbdevfs"
	- various comment/doc updates, including for USB "coldplug"

Tue Mar 26 2002 kroah
	- usb.rc: updated the list of modules that we should be trying to
	  remove.
	- moved fxload to a separate directory, out of this package.
	- updated the Makefile and .spec file to handle fxload moving away
	- cleaned Makefile up, now 'make distrib' works much nicer.
	- applied some minor cleanup patches from Landon Curt Noll.
	- ieee1394.agent: made more like other .agent files.  Removed /tmp
	  check entirely as it's not needed.

Web Mar 20 2002 ukai
	- etc/hotplug/ieee1394.agent: fix /tmp writable check
	
Fri Jan 18 2002 ukai
	- usb.agent: match algorithm in usb_map_modules() should be the 
		     same as in kernel.
	
Thu Jan 17 2002 dbrownell
	- fxload:
	    * fix bug in handling first hex record: nothing to merge with!
	    * add '-Wall' to build and resolve warnings
	    * Makefile installs fxload.8 man page

Mon Jan 14 2002 kroah
	- 2001_01_14 release

Mon Jan 14 2002 kroah
	- created hotplug-fxload.spec to split the .rpm up into two packages
	  which lets the hotplug rpm be "noarch" again.
	- changed hotplug.spec to only be one package again.

Mon Jan 14 2002	ukai
	- usb.agent: fix work around 2.2 brokenness. it didn't handle
	  ab.c or ab.cd propoerly (it becomes PRODUCT=X/Y/ab.c0, X/Y/ab.cd)
	  It should be PRODUCT=X/Y/abc0, X/Y/abcd
	
Wed Jan 9 2002	ukai
	- usb.agent: define REMOVER for system without usbdevfs
	- update debian/ files

Fri Jan 4 2001  kroah
	- fixed type on ieee1394.agent that prevented version matches from
	  working properly.

Sat Dec 29 2001	dbrownell
	- updated the hotplug.8 man page
	- rmmod boot protocol drivers too
	- mention environment variables in the hotplug core script's comments

Fri Dec 28 2001 dbrownell
	- created the fxload.8 man page

Thu Dec 27 2001 dbrownell
	- fxload changes:
		- fail on firmware download errors; add "-v" flag
		- merge adjacent hex records, and optionally show writes

Fri Dec 14 2001 dbrownell 
	- fxload changes:
		- Add sanity check: reject requests to load off-chip memory,
		  The EZ-USB devices just fail silently in these cases.

Wed Sep 19 2001 kroah
	- 2001_09_19 release

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.

