CHANGELOG of fcusb2 driver
--------------------------

v0.8.2   (2012-02-08) - Joachim Wiedorn

  * Update for use with newer kernels.
  * Use renamed function capi_ctr_down.
  * Add DKMS support (optional in newer kernels).
  * Substitue find_task_by_vpid with pid_task.
  * Installing firmware files (fus2base, fus3base).
  * Usable with kernel 2.6.15 until 2.6.33.


v0.8.1   (2011-12-08) - Joachim Wiedorn

  * Update for use with newer kernels.
  * Use DECLARE_COMPLETION instead of DECLARE_MUTEX_LOCKED
      and substitute mutex_locked up/down calls
  * Use find_task-by-vpid instead of find_task-by-pid.
  * Add stripping of binary modules (--strip-debug).
  * Update makefiles: clean more temporary files.
  * Update all licenses in headers and redefine module
      license because of issues with newer kernels.
  * Usable with kernel 2.6.15 until 2.6.30.


v0.8.0   (2011-10-08) - Joachim Wiedorn

  * Update completion functions with urb structure.
  * Use always the lib_strncpy function. 
  * Optimize makefiles, add some targets.
  * Add some hints about tools for compiling.
  * Usable with kernel 2.6.15 until 2.6.23.


v0.7.2   (2011-05-07) - Joachim Wiedorn

  * Update for use with newer kernels.
  * Do not use deprecate linux/config.h.
  * Add note about compiler version (README).
  * Usable with kernel 2.6.15 until 2.6.21.


v0.7.1   (2011-03-07) - Joachim Wiedorn

  * Update for use with newer kernels.
  * Add note about firmware files in README.
  * Usable with kernel 2.6.11 until 2.6.18.


v0.7.0   (2011-01-07) - Joachim Wiedorn

  * Initial release.
  * Based on transfer version 0.6.6 with:
    - move old install scripts into directory 'old'
    - move firmware files into directory 'frm'
    - move documentation into directory 'doc'
    - remove unneeded doc files, rename some doc files
    - add newer functions for 32bit sources
    - merge sources for 32bit and 64bit
    - store both libraries into this package
  * Add new files: version.txt, README, ChangeLog.
  * Usable with kernel 2.6.11 until 2.6.15.

