~ubuntu-branches/ubuntu/maverick/hal/maverick

« back to all changes in this revision

Viewing changes to hald/solaris/probing/probe-volume.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 90.
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
                        disc_type = "bd_rom";
280
280
                        break;
281
281
                case 0x41: /* BD-R Sequential */
282
 
                        disc_type = "bd_r";
283
 
                        break;
284
282
                case 0x42: /* BD-R Random */
285
283
                        disc_type = "bd_r";
286
284
                        break;