* [PATCH] ACPI: disable SBS by default
@ 2006-07-06 3:46 Dmitry Torokhov
2006-07-06 5:56 ` Fryderyk Dziarmagowski
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2006-07-06 3:46 UTC (permalink / raw)
To: Len Brown; +Cc: linux-acpi, Andrew Morton
From: Dmitry Torokhov <dtor@insightbb.com>
ACPI: disable SBS by default
Kconfig help even says that SBS is pretty rare and already
obsolete so it does not make sence to keep it enabled.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---
drivers/acpi/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: work/drivers/acpi/Kconfig
===================================================================
--- work.orig/drivers/acpi/Kconfig
+++ work/drivers/acpi/Kconfig
@@ -357,7 +357,7 @@ config ACPI_SBS
tristate "Smart Battery System (EXPERIMENTAL)"
depends on X86 && I2C
depends on EXPERIMENTAL
- default y
+ default n
help
This driver adds support for the Smart Battery System.
Depends on I2C (Device Drivers ---> I2C support)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ACPI: disable SBS by default
2006-07-06 3:46 [PATCH] ACPI: disable SBS by default Dmitry Torokhov
@ 2006-07-06 5:56 ` Fryderyk Dziarmagowski
2006-07-06 15:27 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Fryderyk Dziarmagowski @ 2006-07-06 5:56 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: len.brown, linux-acpi, akpm
--- Dmitry Torokhov <dtor@insightbb.com> wrote:
> From: Dmitry Torokhov <dtor@insightbb.com>
>
> ACPI: disable SBS by default
>
> Kconfig help even says that SBS is pretty rare and already
> obsolete so it does not make sence to keep it enabled.
it is not rare (see SBS related trafic on this list in last weeks and
even months).
How can it be already obsolete? What is a replacement for that driver?
--
Fryderyk Dziarmagowski
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ACPI: disable SBS by default
2006-07-06 5:56 ` Fryderyk Dziarmagowski
@ 2006-07-06 15:27 ` Dmitry Torokhov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2006-07-06 15:27 UTC (permalink / raw)
To: Fryderyk Dziarmagowski; +Cc: len.brown, linux-acpi, akpm
On 7/6/06, Fryderyk Dziarmagowski <freetz@gmx.net> wrote:
> --- Dmitry Torokhov <dtor@insightbb.com> wrote:
>
> > From: Dmitry Torokhov <dtor@insightbb.com>
> >
> > ACPI: disable SBS by default
> >
> > Kconfig help even says that SBS is pretty rare and already
> > obsolete so it does not make sence to keep it enabled.
>
> it is not rare (see SBS related trafic on this list in last weeks and
> even months).
> How can it be already obsolete? What is a replacement for that driver?
>
I am relying on author's description here. Here is what Kconfig help says:
"This driver adds support for the Smart Battery System. Depends on I2C
(Device Drivers ---> I2C support). A "Smart Battery" is quite old and
quite rare compared to today's ACPI "Control Method" battery."
Note that "quite old and rare". Besides, the patch does not remove the
driver, it just makes it not enabled in default build as not every box
has an SBS.
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-06 15:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 3:46 [PATCH] ACPI: disable SBS by default Dmitry Torokhov
2006-07-06 5:56 ` Fryderyk Dziarmagowski
2006-07-06 15:27 ` Dmitry Torokhov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.