CHANGELOG of fcusb2 driver
==========================

v0.8.2   (2011-04-24) - Joachim Wiedorn

  * Substitue find_task_by_vpid with pid_task.   (src/driver.c)
  * Rename capi_ctr_reseted with capi_ctr_down.  (src/driver.c)
  * Add new capi.conf snippet for installation. (frm/capi.conf)
  * Update for installing firmware and config.   (src/Makefile)
  * Add DESTDIR for package install method.      (src/Makefile)
  * Strip installed module with --strip-debug.   (src/Makefile)
  * Usable with kernel 2.6.20 until 2.6.32.


v0.8.1   (2011-03-28) - Joachim Wiedorn

  * Fix type of closing_worker.               (src/driver.c)
  * Add configuration for DKMS.  (src/Makefile, src/dkms.conf)
  * Redefine module license for working with newer kernels
    and add special readme file.                (kernel.txt)
  * Use find_task-by-vpid for newer kernel.   (src/driver.c)
  * Usable with kernel 2.6.20 until 2.6.28.


v0.8.0   (2011-03-03) - Joachim Wiedorn

  * Update completion functions with urb structure. (src/driver.c)
  * Fix: DECLARE_MUTEX_LOCKED change to DECLARE_COMPLETION
      and substitute mutex_locked up and down calls. (src/driver.c)
  * Fix: overwrite type of closing_worker.    (src/driver.c)
  * Fix: strncpy function name.               (src/driver.c)
  * Optimize makefiles, use KVERS variable. (Makefile, src/Makefile)
  * Add new file TOOLS, which show needed commands.  (TOOLS)
  * Remove code for older kernel versions.
                    (src/driver.c, src/driver.h, src/main.c)
  * Usable with kernel 2.6.20 until 2.6.24.


v0.7.2   (2011-02-17) - Joachim Wiedorn

  * Update for use with newer kernels.
  * Add note about compiler version (README).
  * Optimize main makefile and src makefile.
  * Usable with kernel 2.6.11 until 2.6.21.


v0.7.1   (2011-02-02) - Joachim Wiedorn

  * Define special code for use with newer kernels.
  * Add note about firmware files in README.
  * Usable with kernel 2.6.11 until 2.6.19.


v0.7.0   (2011-01-16) - 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.

