Share

HW+ / DXR3 device driver for Linux

File Release Notes and Changelog

Release Name: 0.17.3

Notes:
Compatibility with 2.6.30 is here.

The driver now creates both the OSS- and ALSA-style audio devices; no need anymore to choose while loading the em8300 modue.

Changes: 2009-07-04 Nicolas Boullis <nboullis@debian.org> * configure.ac: Release 0.17.3. [6176f5124394] [EM8300-0-17-3] 2009-06-17 Nicolas Boullis <nboullis@debian.org> * modules/em8300_procfs.c: Handle the removal of struct proc_dir_entry::owner in 2.6.30. Thanks to Jan Willies and Adam for pointing this. [88f6de7b0c62] 2009-06-15 Nicolas Boullis <nboullis@debian.org> * modules/em8300_ucode.c: Use dev_err to warn if the firmware could not be loaded. This avoids using the bus_id member of struct device, that is removed in 2.6.30. Thanks to Jan Willies for pointing this. [7b6dc156e1c9] 2009-06-14 Nicolas Boullis <nboullis@debian.org> * modules/adv717x.c, modules/bt865.c: Don't include linux/video_encoder.h as it apparently is unneeded and is removed in 2.6.30. [e2712cdef67d] * modules/em8300_compat24.h: Deal with irqreturn_t being an enum since linux 2.6.30. [15858ef193f4] 2009-02-22 Nicolas Boullis <nboullis@debian.org> * modules/em8300_audio.c: Make EM8300_IOCTL_GET_AUDIOMODE harmless when not using OSS. [d8617452cd52] 2009-01-29 Nicolas Boullis <nboullis@debian.org> * modules/README-modoptions, modules/em8300_compat24.h, modules/em8300_params.c: The audio_driver parameter is now deprecated. [172089fa4703] 2009-01-16 Nicolas Boullis <nboullis@debian.org> * modules/em8300_alsa.c: Improve the long name of the ALSA device. [8d067ad2f3a6] 2009-01-03 Ville Skyttä <scop@users.sourceforge.net> * overlay/overlay.c: Fix setting BCS. [2ac9cc565db7] 2008-12-25 Nicolas Boullis <nboullis@debian.org> * include/linux/em8300.h, modules/em8300_alsa.c, modules/em8300_audio.c, modules/em8300_devfs.c, modules/em8300_ioctl.c, modules/em8300_main.c, modules/em8300_ucode.c, modules/em8300_udev.c: Allow the em8300 driver to create both the OSS- and ALSA-style audio devices. [7b09e52604bc] 2008-11-18 Nicolas Boullis <nboullis@debian.org> * modules/em8300_compat24.h: Write a replacement kzalloc macro for pre-2.6.14 kernels. Thanks to Gabor Z. Papp for pointing the lack of kzalloc in 2.4 kernels. [f994f714ebe1] 2008-11-15 Nicolas Boullis <nboullis@debian.org> * modules/em8300_alsa.c, modules/em8300_audio.c, modules/em8300_dicom.c, modules/em8300_fifo.c, modules/em8300_i2c.c, modules/em8300_ioctl.c, modules/em8300_main.c, modules/em8300_spu.c, modules/em8300_ucode.c, modules/em8300_video.c: Prefix all logs with the card number. This was somehow suggested by Costa Tsaousis to help debug problems on multicard setups. [cc7aacf91b4a] 2008-11-03 Nicolas Boullis <nboullis@debian.org> * configure.ac: New development version. [33644d4bbfcf] * .hgtags: Added tag EM8300-0-17-2 for changeset 9c1864a75d58 [f9a9a9845b36]