mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- add a comment because of missing -M parameter in busybox hdparm
- even wider window git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@918 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -97,7 +97,7 @@ int CHDDMenuHandler::doMenu ()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CMenuWidget* hddmenu = new CMenuWidget(LOCALE_HDD_SETTINGS, NEUTRINO_ICON_SETTINGS, 48);
|
CMenuWidget* hddmenu = new CMenuWidget(LOCALE_HDD_SETTINGS, NEUTRINO_ICON_SETTINGS, 58);
|
||||||
hddmenu->addItem( GenericMenuBack );
|
hddmenu->addItem( GenericMenuBack );
|
||||||
hddmenu->addItem( GenericMenuSeparatorLine );
|
hddmenu->addItem( GenericMenuSeparatorLine );
|
||||||
|
|
||||||
@@ -205,6 +205,8 @@ int CHDDDestExec::exec(CMenuTarget* /*parent*/, const std::string&)
|
|||||||
for (int i = 0; i < n; i++) {
|
for (int i = 0; i < n; i++) {
|
||||||
printf("CHDDDestExec: noise %d sleep %d /dev/%s\n",
|
printf("CHDDDestExec: noise %d sleep %d /dev/%s\n",
|
||||||
g_settings.hdd_noise, g_settings.hdd_sleep, namelist[i]->d_name);
|
g_settings.hdd_noise, g_settings.hdd_sleep, namelist[i]->d_name);
|
||||||
|
//hdparm -M is not included in busybox hdparm!
|
||||||
|
//we need full version of hdparm or should remove -M parameter here
|
||||||
snprintf(cmd, sizeof(cmd), "hdparm -M%d -S%d /dev/%s >/dev/null 2>/dev/null",
|
snprintf(cmd, sizeof(cmd), "hdparm -M%d -S%d /dev/%s >/dev/null 2>/dev/null",
|
||||||
g_settings.hdd_noise, g_settings.hdd_sleep, namelist[i]->d_name);
|
g_settings.hdd_noise, g_settings.hdd_sleep, namelist[i]->d_name);
|
||||||
system(cmd);
|
system(cmd);
|
||||||
|
Reference in New Issue
Block a user