~ubuntu-branches/ubuntu/vivid/ltspfs/vivid-proposed

« back to all changes in this revision

Viewing changes to src/cdpinger.c

  • Committer: Stéphane Graber
  • Date: 2011-08-11 16:09:56 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: stgraber@ubuntu.com-20110811160956-vie95wxa8e6w9cf1
Merge 0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
            if (last == CDP_CDROM_UMOUNT) {
117
117
                syslog (LOG_INFO, "Disk detected.  Mounting");
118
118
                snprintf(cmd, sizeof cmd,
119
 
                        "/lib/udev/ltspfs_entry add_disc %s iso9660", device);
 
119
                        "/lib/udev/ltspfs_entry add_disc %s iso9660,udf", device);
120
120
                last = CDP_CDROM_MOUNT;
121
121
                return g_spawn_command_line_sync(cmd, NULL, NULL, NULL, NULL);
122
122
            }