Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 115235
Collapse All | Expand All

(-)evkeyd-0.1pre7/evkeyd.c.orig (-1 / +2 lines)
Lines 165-171 Link Here
165
	mixer_init(cfg);
165
	mixer_init(cfg);
166
	event_init(cfg, eventfd);
166
	event_init(cfg, eventfd);
167
	eject_init(cfg);
167
	eject_init(cfg);
168
	*pmufd = backlight_init(cfg);
168
	if(cfg->backlight_enable)
169
		*pmufd = backlight_init(cfg);
169
170
170
	return 1;
171
	return 1;
171
	
172
	

Return to bug 115235