From: Lennart Poettering <mzxreary@0pointer.de>
To: Pavel Machek <pavel@suse.cz>
Cc: len.brown@intel.com, linux-kernel@vger.kernel.org,
linux-acpi@vger.kernel.org
Subject: Re: [PATCH,RFC]: acpi,backlight: MSI S270 - driver, second try
Date: Thu, 17 Aug 2006 18:03:39 +0200 [thread overview]
Message-ID: <20060817160338.GA19502@tango.0pointer.de> (raw)
In-Reply-To: <20060817152101.GD5950@ucw.cz>
On Thu, 17.08.06 15:21, Pavel Machek (pavel@suse.cz) wrote:
> > This patch applies to 2.6.17 and requires the ACPI ec_transaction()
> > patch I posted earlier:
> >
> > http://marc.theaimsgroup.com/?l=linux-acpi&m=115517193511970&w=2
> >
> > Please comment and/or apply!
>
> Looks ok to me...
Thanks!
>
> > +static int auto_brightness;
> > +module_param(auto_brightness, int, 0);
> > +MODULE_PARM_DESC(auto_brightness, "Enable automatic brightness control (0: disabled; 1: enabled; 2: don't touch)");
> > +
> > +/*** Hardware access ***/
> > +
> > +static const uint8_t lcd_table[MSI_LCD_LEVEL_MAX] = {
> > + 0x00, 0x1f, 0x3e, 0x5d, 0x7c, 0x9b, 0xba, 0xd9, 0xf8
> > +};
>
> Can we get 0xf8 levels and simplify code while we are at it?
Unfortunately not. The hardware only supports 9 levels of
brightness.
However, I guess I could multiply the brightness level with 31 instead
of using the translation table above.
I will fix that.
> > + if ((result = ec_transaction(MSI_EC_COMMAND_LCD_LEVEL, &wdata, 1, &rdata, 1)) < 0)
> > + return result;
>
> Please split this into two lines.
>
> result = ...;
> if (result.....)
Will do.
> > +static DEVICE_ATTR(bluetooth, 0444, show_bluetooth, NULL);
> > +static DEVICE_ATTR(wlan, 0444, show_wlan, NULL);
>
> So bluetooth and wlan basically mirror physical switch state? Should
> we make these switches available through input subsystem one day?
Yes. Actually I've already been discussing with Ivo how to extend the
rfkill API to tell userspace whether an rfkill device is actually for
Bluetooth, for wlan, for uwb and so on. I will update my S270 code as
soon as rfkill enters the kernel to support this new API properly. The
driver will then register two rfkill devices, one for Bluetooth and
one for WLAN.
Lennart
--
Lennart Poettering; lennart [at] poettering [dot] net
ICQ# 11060553; GPG 0x1A015CC4; http://0pointer.net/lennart/
prev parent reply other threads:[~2006-08-17 16:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-10 16:23 [PATCH,RFC]: acpi,backlight: MSI S270 - driver, second try Lennart Poettering
2006-08-17 15:21 ` Pavel Machek
2006-08-17 16:03 ` Lennart Poettering [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060817160338.GA19502@tango.0pointer.de \
--to=mzxreary@0pointer.de \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox