Ignore:
Timestamp:
Oct 27, 2007, 5:07:52 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Verify should now work for USB devices
  • More log/mesages improvement for USB support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-devices.c

    r1708 r1709  
    721721
    722722
    723 
    724 /**
    725  * Locate a CD-R/W writer's SCSI node.
    726  * @param cdrw_device SCSI node will be placed here.
    727  * @return 0 for success, nonzero for failure.
    728  */
    729723
    730724
     
    19671961                                             MAX_STR_LEN / 4);
    19681962                } else {
    1969                     i = popup_and_get_string("/dev entry?",
     1963                    if (bkpinfo->backup_media_type == usb) {
     1964                        i = popup_and_get_string("/dev entry?",
     1965                                             "What is the /dev entry of your USB Disk/Key, please?",
     1966                                             bkpinfo->media_device,
     1967                                             MAX_STR_LEN / 4);
     1968                    } else {
     1969                        i = popup_and_get_string("/dev entry?",
    19701970                                             "What is the /dev entry of your CD (re)writer, please?",
    19711971                                             bkpinfo->media_device,
    19721972                                             MAX_STR_LEN / 4);
     1973                    }
    19731974                }
    19741975                if (!i) {
Note: See TracChangeset for help on using the changeset viewer.