- Fix a bug in the speedstep driver, now the cookie is initialized in open so multiple watching clients don't interfere any more.
- Cleanup and smaller issues in the preferences app. - Add driver and preferences to the image. The driver supports some Pentium M and VIA Centaur CPUs (1000 to 2100 Mhz) and need acpi to detect the cpu device, so you have to enable acpi in the kernel setting file to test it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30234 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,7 +54,7 @@ SYSTEM_APPS = AboutSystem ActivityMonitor CharacterMap CodyCam DeskCalc DiskProb
|
||||
PoorMan PowerStatus ProcessController Screenshot ShowImage SoundRecorder
|
||||
StyledEdit Terminal TextSearch TV Workspaces
|
||||
;
|
||||
SYSTEM_PREFERENCES = Appearance Backgrounds DataTranslations E-mail
|
||||
SYSTEM_PREFERENCES = Appearance Backgrounds CPUFrequency DataTranslations E-mail
|
||||
FileTypes Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen
|
||||
ScreenSaver Sounds Time Touchpad <preference>Tracker VirtualMemory
|
||||
;
|
||||
@@ -180,6 +180,7 @@ if $(TARGET_ARCH) = x86 {
|
||||
|
||||
# drivers
|
||||
AddNewDriversToHaikuImage disk scsi : scsi_cd scsi_disk ;
|
||||
AddNewDriversToHaikuImage power : enhanced_speedstep ;
|
||||
|
||||
# legacy drivers
|
||||
AddDriversToHaikuImage : console dprintf $(X86_ONLY)keyboard null
|
||||
@@ -269,9 +270,9 @@ for linkTarget in $(DESKBAR_DESKTOP_APPLETS) {
|
||||
AddDirectoryToHaikuImage home config be Preferences ;
|
||||
# TODO/NOTE: Cannot use $(SYSTEM_PREFERENCES) here since there is
|
||||
# "<preferences>Tracker"...
|
||||
DESKBAR_PREFERENCES = Appearance Backgrounds DataTranslations E-mail
|
||||
FileTypes Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen
|
||||
ScreenSaver Sounds Time Touchpad Tracker VirtualMemory
|
||||
DESKBAR_PREFERENCES = Appearance Backgrounds CPUFrequency DataTranslations
|
||||
E-mail FileTypes Fonts Keyboard Keymap Media Menu Mouse Network Printers
|
||||
Screen ScreenSaver Sounds Time Touchpad Tracker VirtualMemory
|
||||
;
|
||||
for linkTarget in $(DESKBAR_PREFERENCES) {
|
||||
AddSymlinkToHaikuImage home config be Preferences
|
||||
|
||||
Reference in New Issue
Block a user