ide-cd: fix trailing whitespaces in changelog

Acked-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 eba15fba
...@@ -129,16 +129,15 @@ ...@@ -129,16 +129,15 @@
* 3.14 May 29, 1996 -- Add work-around for Vertos 600. * 3.14 May 29, 1996 -- Add work-around for Vertos 600.
* (From Hennus Bergman <hennus@sky.ow.nl>.) * (From Hennus Bergman <hennus@sky.ow.nl>.)
* 3.15 July 2, 1996 -- Added support for Sanyo 3 CD changers * 3.15 July 2, 1996 -- Added support for Sanyo 3 CD changers
* from Ben Galliart <bgallia@luc.edu> with * from Ben Galliart <bgallia@luc.edu> with
* special help from Jeff Lightfoot * special help from Jeff Lightfoot
* <jeffml@pobox.com> * <jeffml@pobox.com>
* 3.15a July 9, 1996 -- Improved Sanyo 3 CD changer identification * 3.15a July 9, 1996 -- Improved Sanyo 3 CD changer identification
* 3.16 Jul 28, 1996 -- Fix from Gadi to reduce kernel stack usage for ioctl. * 3.16 Jul 28, 1996 -- Fix from Gadi to reduce kernel stack usage for ioctl.
* 3.17 Sep 17, 1996 -- Tweak audio reads for some drives. * 3.17 Sep 17, 1996 -- Tweak audio reads for some drives.
* Start changing CDROMLOADFROMSLOT to CDROM_SELECT_DISC. * Start changing CDROMLOADFROMSLOT to CDROM_SELECT_DISC.
* 3.18 Oct 31, 1996 -- Added module and DMA support. * 3.18 Oct 31, 1996 -- Added module and DMA support.
* *
*
* 4.00 Nov 5, 1996 -- New ide-cd maintainer, * 4.00 Nov 5, 1996 -- New ide-cd maintainer,
* Erik B. Andersen <andersee@debian.org> * Erik B. Andersen <andersee@debian.org>
* -- Newer Creative drives don't always set the error * -- Newer Creative drives don't always set the error
...@@ -153,8 +152,8 @@ ...@@ -153,8 +152,8 @@
* -- Add some probes of drive capability during setup. * -- Add some probes of drive capability during setup.
* *
* 4.01 Nov 11, 1996 -- Split into ide-cd.c and ide-cd.h * 4.01 Nov 11, 1996 -- Split into ide-cd.c and ide-cd.h
* -- Removed CDROMMECHANISMSTATUS and CDROMSLOTTABLE * -- Removed CDROMMECHANISMSTATUS and CDROMSLOTTABLE
* ioctls in favor of a generalized approach * ioctls in favor of a generalized approach
* using the generic cdrom driver. * using the generic cdrom driver.
* -- Fully integrated with the 2.1.X kernel. * -- Fully integrated with the 2.1.X kernel.
* -- Other stuff that I forgot (lots of changes) * -- Other stuff that I forgot (lots of changes)
...@@ -163,7 +162,7 @@ ...@@ -163,7 +162,7 @@
* to fix the drive door locking problems. * to fix the drive door locking problems.
* *
* 4.03 Dec 04, 1996 -- Added DSC overlap support. * 4.03 Dec 04, 1996 -- Added DSC overlap support.
* 4.04 Dec 29, 1996 -- Added CDROMREADRAW ioclt based on patch * 4.04 Dec 29, 1996 -- Added CDROMREADRAW ioclt based on patch
* by Ales Makarov (xmakarov@sun.felk.cvut.cz) * by Ales Makarov (xmakarov@sun.felk.cvut.cz)
* *
* 4.05 Nov 20, 1997 -- Modified to print more drive info on init * 4.05 Nov 20, 1997 -- Modified to print more drive info on init
...@@ -186,7 +185,7 @@ ...@@ -186,7 +185,7 @@
* -- Cleaned up the global namespace a bit by making more * -- Cleaned up the global namespace a bit by making more
* functions static that should already have been. * functions static that should already have been.
* 4.11 Mar 12, 1998 -- Added support for the CDROM_SELECT_SPEED ioctl * 4.11 Mar 12, 1998 -- Added support for the CDROM_SELECT_SPEED ioctl
* based on a patch for 2.0.33 by Jelle Foks * based on a patch for 2.0.33 by Jelle Foks
* <jelle@scintilla.utwente.nl>, a patch for 2.0.33 * <jelle@scintilla.utwente.nl>, a patch for 2.0.33
* by Toni Giorgino <toni@pcape2.pi.infn.it>, the SCSI * by Toni Giorgino <toni@pcape2.pi.infn.it>, the SCSI
* version, and my own efforts. -erik * version, and my own efforts. -erik
...@@ -194,8 +193,8 @@ ...@@ -194,8 +193,8 @@
* inform me of where "Illegal mode for this track" * inform me of where "Illegal mode for this track"
* was never returned due to a comparison on data * was never returned due to a comparison on data
* types of limited range. * types of limited range.
* 4.12 Mar 29, 1998 -- Fixed bug in CDROM_SELECT_SPEED so write speed is * 4.12 Mar 29, 1998 -- Fixed bug in CDROM_SELECT_SPEED so write speed is
* now set ionly for CD-R and CD-RW drives. I had * now set ionly for CD-R and CD-RW drives. I had
* removed this support because it produced errors. * removed this support because it produced errors.
* It produced errors _only_ for non-writers. duh. * It produced errors _only_ for non-writers. duh.
* 4.13 May 05, 1998 -- Suppress useless "in progress of becoming ready" * 4.13 May 05, 1998 -- Suppress useless "in progress of becoming ready"
...@@ -206,7 +205,7 @@ ...@@ -206,7 +205,7 @@
* since the .pdf version doesn't seem to work... * since the .pdf version doesn't seem to work...
* -- Updated the TODO list to something more current. * -- Updated the TODO list to something more current.
* *
* 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect mechine endianess, * 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect mechine endianess,
* patch thanks to "Eddie C. Dost" <ecd@skynet.be> * patch thanks to "Eddie C. Dost" <ecd@skynet.be>
* *
* 4.50 Oct 19, 1998 -- New maintainers! * 4.50 Oct 19, 1998 -- New maintainers!
...@@ -270,7 +269,7 @@ ...@@ -270,7 +269,7 @@
* - Mode sense and mode select moved to the * - Mode sense and mode select moved to the
* Uniform layer. * Uniform layer.
* - Fixed a problem with WPI CDS-32X drive - it * - Fixed a problem with WPI CDS-32X drive - it
* failed the capabilities * failed the capabilities
* *
* 4.57 Apr 7, 2000 - Fixed sense reporting. * 4.57 Apr 7, 2000 - Fixed sense reporting.
* - Fixed possible oops in ide_cdrom_get_last_session() * - Fixed possible oops in ide_cdrom_get_last_session()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册