Skip to content

Commit

Permalink
Add another Quantum's LTO 6 into the list (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Abe authored Mar 11, 2021
1 parent 1fbde52 commit 4be4c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tape_drivers/quantum_tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ struct supported_device *quantum_supported_drives[] = {
TAPEDRIVE( QUANTUM_VENDOR_ID, "ULTRIUM-HH7", DRIVE_LTO7_HH, "[ULTRIUM-HH7]" ), /* QUANTUM Ultrium Gen 7 Half-High */
TAPEDRIVE( QUANTUM_VENDOR_ID, "ULTRIUM-HH8", DRIVE_LTO8_HH, "[ULTRIUM-HH8]" ), /* QUANTUM Ultrium Gen 8 Half-High */
TAPEDRIVE( QUANTUM_VENDOR_ID, "ULTRIUM 5", DRIVE_LTO5_HH, "[ULTRIUM-5]" ), /* Another QUANTUM Ultrium Gen 5 Half-High */
TAPEDRIVE( QUANTUM_VENDOR_ID, "ULTRIUM 6", DRIVE_LTO5_HH, "[ULTRIUM-6]" ), /* Another QUANTUM Ultrium Gen 5 Half-High */
/* End of supported_devices */
NULL
};
Expand Down

0 comments on commit 4be4c40

Please sign in to comment.