Display controls driver stub.
Work I did at Begeistert, trying to use the new driver manager and detecting display controls. It should probably be a good example of how a new driver is built. It currently loads and detects display controls correctly but doesn't do any actual work yet. Not sure when I have the time to finish the driver, it shouldn't be that hard but I currently have have other priorities. Feel free to work on it in the meantime.
This commit is contained in:
@@ -245,6 +245,7 @@ AddNewDriversToHaikuImage disk scsi : scsi_cd scsi_disk ;
|
||||
AddNewDriversToHaikuImage power : enhanced_speedstep@x86 ;
|
||||
AddNewDriversToHaikuImage power : acpi_battery@x86 ;
|
||||
#AddNewDriversToHaikuImage power : x86_cpuidle@x86 ;
|
||||
#AddNewDriversToHaikuImage display : display_controls@x86 ;
|
||||
|
||||
# legacy drivers
|
||||
AddDriversToHaikuImage : console dprintf null
|
||||
|
||||
Reference in New Issue
Block a user