OSDN Git Service

Android.mk: set LOCAL_MODULE_TAGS correctly
[android-x86/external-eject.git] / README
1 Eject allows removable media (typically a CD-ROM, floppy disk, tape
2 drive, or JAZ or ZIP disk) to be ejected under software control. The
3 command can also control some multi-disc CD-ROM changers, the
4 auto-eject feature supported by some devices, and close the disc tray
5 of some CD-ROM drives.
6
7 See the file INSTALL for instructions on how to compile and install
8 the program.
9
10 The following devices and configurations are known to work with eject:
11
12 Devices:
13 - 1GB and 2GB SCSI IOMEGA JAZ drives
14 - Apple PowerMac floppy drive
15 - HP1534 SCSI DAT tape drive
16 - IDE/ATAPI CD-ROM
17 - IDE/ATAPI IOMEGA 100MB ZIP drive
18 - IDE/ATAPI LS120 120MB floppy drive
19 - Parallel port IOMEGA 100MB ZIP drive
20 - SCSI CD-R drive
21 - SCSI CD-ROM
22 - SCSI MO Drive
23 - Sun SPARC floppy drive
24 - Fujitsu M2512A magneto-optical disk drive (SCSI)
25
26 Kernels:
27 - 2.0.36 (and earlier 2.0.x)
28 - 2.1.132 (and earlier 2.1.x)
29 - 2.2.16 (and earlier 2.2.x)
30 - 2.4.4 (and earlier 2.4.x)
31 - 2.6.11 (and earlier 2.6.x)
32 - with both the IDE, SCSI, and IDE SCSI emulation kernel drivers
33
34 Platforms:
35 - Intel (Red Hat)
36 - SPARC
37 - PowerPC
38 - DEC Alpha
39
40 It is loosely based on the SunOS eject command.
41
42 If you have any problems or suggestions, drop me a line. I'm
43 particularly interested in hearing if it does or doesn't work with
44 media other than CD-ROM or when running Linux on non-Intel machines.
45
46 Version 2.0 is mostly a rewrite of version 1.5 to clean up the source
47 and add a number of new features (and take out some useless ones).
48 Many thanks to the beta testers for version 2.0:
49
50 Andrea Borgia   Darius Davis    David Wheeler   Jochen Stein
51 Marko Makela    Mike Warnecke   Steve Linn      Tobias Richter
52 Richard Simpson
53
54 You may also find some of the following commands useful for managing
55 removable media:
56
57 gtkzip
58 jazip
59 mt
60 mzip
61 ziptool
62
63 Jeff Tranter
64 tranter@pobox.com