View | Details | Raw Unified | Return to bug 22664 | Differences between
and this patch

Collapse All | Expand All

(-)atapi-cd.c (+8 lines)
Lines 995-1000 Link Here
995
	error = acd_setchan(cdp, CHANNEL_1, CHANNEL_1, 0, 0);
995
	error = acd_setchan(cdp, CHANNEL_1, CHANNEL_1, 0, 0);
996
	break;
996
	break;
997
997
998
    case CDIOCGETMEDIUM:
999
	{
1000
		struct ioc_medium *m = (struct ioc_medium *)addr;
1001
		m->data_length = cdp->cap.data_length;
1002
		m->medium_type = cdp->cap.medium_type;
1003
	}
1004
	break;
1005
998
    case CDRIOCBLANK:
1006
    case CDRIOCBLANK:
999
	error = acd_blank(cdp);
1007
	error = acd_blank(cdp);
1000
	break;
1008
	break;

Return to bug 22664