Package: mtx / 1.3.12-9

Metadata

Package Version Patches format
mtx 1.3.12-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
bug728142_many_slots.patch | (download)

mtxl.c | 53 35 + 18 - 0 !
1 file changed, 35 insertions(+), 18 deletions(-)

 add support for large autochangers
 For large autochangers, the buffer needed for the ReadElementStatus call can
 be too large. This patch works around this by doing multiple smaller calls.
 The maximum value of 10000 seems to be OK for this. Based on tests, the
 maximum value seems to be between 24000 and 25000, but this might
 depend on the autochanger.
 .
 This patch is based on the changes by Wayne Keseberg <wayne.keseberg@emc.com>
 in http://bugs.debian.org/728142