Package: mt-st
Version: 0.9b-3
Severity: minor
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

LTO tape drives (at least some of them) return a density code of 0x44 
for LTO-3 tapes. It would be nice if mt would report this rather than 
saying "no translation".

A trivial patch to implement this is attached.

Documentation from Quantum (formerly Centance) listing the 0x44 code is 
at <http://downloads.quantum.com/sdlt320/6464215011.pdf>, page 27.

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mt-st depends on:
ii  libc6                         2.5-9+b1   GNU C Library: Shared libraries

mt-st recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGdvb0rbXc6n5AevkRAk/NAJ91S2N4Pp+kPt3YtN8BMsw0J7kQ5wCfcq6D
N9XuW8cfIwt3VwQo2gFWW+k=
=Y6YG
-----END PGP SIGNATURE-----
--- mt.c.orig   2005-08-21 14:48:06.000000000 -0400
+++ mt.c        2007-06-18 17:14:12.733403584 -0400
@@ -216,6 +216,7 @@
     {0x40, "DLT1 40 GB, or Ultrium"},
     {0x41, "DLT 40GB, or Ultrium2"},
     {0x42, "LTO-2"},
+    {0x44, "LTO-3"},
     {0x45, "QIC-3095-MC (TR-4)"},
     {0x47, "TR-5"},
     {0x80, "DLT 15GB uncomp. or Ecrix"},

Reply via email to