Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1452453
| From | Benjamin Tissoires <benjamin.tissoires@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add support for Microsoft Surface 3 power |
| Date | 2016-07-29 17:50 +0200 |
| Message-ID | <s0icV-6y2-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, The MS Surface 3 is a reduced platform which doesn't use a regular chip to report the battery information. Instead, they use ACPI Operation Region to do the processing in the MSHW0011 driver. This series aims at adding a reverse-engineered driver. I am not sure whether the ACPICA patch is required because of a bug in the ACPICA parsing or if MS just screwed up the DSDT. Anyway, it's there and was judged as acceptable while we find out the exact issue (in https://bugzilla.kernel.org/show_bug.cgi?id=106231 ) Cheers, Benjamin Benjamin Tissoires (2): ACPICA: adapt buffer length for Field Attrib Raw Process in Ops Region power: surface3_power: MSHW0011 rev-eng implementation drivers/acpi/acpica/exfield.c | 11 + drivers/power/Kconfig | 8 + drivers/power/Makefile | 1 + drivers/power/surface3_power.c | 724 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 744 insertions(+) create mode 100644 drivers/power/surface3_power.c -- 2.5.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Add support for Microsoft Surface 3 power Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-07-29 17:50 +0200
[PATCH 1/2] ACPICA: adapt buffer length for Field Attrib Raw Process in Ops Region Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-07-29 18:00 +0200
RE: [PATCH 1/2] ACPICA: adapt buffer length for Field Attrib Raw Process in Ops Region "Zheng, Lv" <lv.zheng@intel.com> - 2016-08-01 08:00 +0200
[PATCH 2/2] power: surface3_power: MSHW0011 rev-eng implementation Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-07-29 18:00 +0200
Re: [PATCH 2/2] power: surface3_power: MSHW0011 rev-eng implementation Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-08-01 11:20 +0200
csiph-web