Gentoo Archives: gentoo-laptop

From: "Ângelo Miguel Arrifano" <miknix@×××××.com>
To: gentoo-laptop@l.g.o
Cc: v.tolstov@××××××.ru
Subject: Re: [gentoo-laptop] Add vista Hotstart Technology(TM) support on Gentoo.
Date: Fri, 21 Dec 2007 14:01:54
Message-Id: 20071221135946.19faea6e.miknix@gmail.com
In Reply to: Re: [gentoo-laptop] Add vista Hotstart Technology(TM) support on Gentoo. by Vasiliy G Tolstov
1 On Fri, 21 Dec 2007 16:38:45 +0300
2 Vasiliy G Tolstov <v.tolstov@××××××.ru> wrote:
3
4 > Ângelo Miguel Arrifano wrote:
5 > > On Fri, 21 Dec 2007 08:58:58 +0300
6 > > Vasiliy G Tolstov <v.tolstov@××××××.ru> wrote:
7 > >
8 > >
9 > >> Ângelo Miguel Arrifano wrote:
10 > >>
11 > >>> -----BEGIN PGP SIGNED MESSAGE-----
12 > >>> Hash: SHA1
13 > >>>
14 > >>> Hello everybody,
15 > >>>
16 > >>> With the introduction of windows Vista, most of "Vista ready" laptops
17 > >>> comes with Vista Hotstart(TM) technology support.
18 > >>>
19 > >>> You can read more about this:
20 > >>> http://www.vistabase.co.uk/kb/performance/what-is-windows-hotstart
21 > >>> http://www.microsoft.com/whdc/system/platform/firmware/hotstart.mspx
22 > >>>
23 > >>> Since Microsoft is making a lot of propaganda about this feature on Vista and
24 > >>> I own a HP dv6535ep laptop that supports it, I wrote a Linux driver and opened
25 > >>> a SF.net project to support these devices under linux.
26 > >>> The project is here: http://quickstart.sourceforge.net
27 > >>>
28 > >>> With this driver and a simple init script its possible to launch applications
29 > >>> at boot time by pressing a hotkey while the laptop is either turned off
30 > >>> or in memory suspend.
31 > >>>
32 > >>> With this email I'm proposing getting the driver into portage and creating a
33 > >>> Gentoo doc for this matter. I think people using Gentoo on Hotstart supported
34 > >>> devices could potentially benefit of this feature. Plus, the kernel driver is
35 > >>> very simple and looks stable in the last months.
36 > >>>
37 > >>>
38 > >> I have dell inspiron 6400 with gentoo linux. Does my notebook support
39 > >> this tehnology ?
40 > >>
41 > >> --
42 > >> С уважением, Vasiliy G Tolstov
43 > >> http://www.selfip.ru
44 > >>
45 > >>
46 > >>
47 > > If you have your disassembled dsdt acpi table at hand, just grep it for PNP0C32. If
48 > > PNP0C32 is referenced then yes, it should support.
49 > >
50 > > Anyway, you can always build the kernel module and load it. It won't harm your laptop
51 > > in case it's not supported.
52 > >
53 > > Have a look at the project page for more information: http://quickstart.sourceforge.net
54 > >
55 > > Thanks,
56 > >
57 > this is from my dsdt - is my notebook support this tehnology ?
58 >
59 >
60 > Device (MBTN)
61 > {
62 > Name (_HID, "PNP0C32")
63 > Name (_UID, 0x00)
64 > Method (_STA, 0, NotSerialized)
65 > {
66 > If (LLess (OSID (), 0x20))
67 > {
68 > Return (0x00)
69 > }
70 >
71 > Return (0x0F)
72 > }
73 >
74 > Name (_PRW, Package (0x02)
75 > {
76 > 0x16,
77 > 0x05
78 > })
79 > Method (GHID, 0, NotSerialized)
80 > {
81 > Store (HSCO (0x01), Local0)
82 > If (Local0)
83 > {
84 > Notify (\_SB.MBTN, 0x02)
85 > HSCO (0x02)
86 > }
87 >
88 > Return (Buffer (0x01)
89 > {
90 > /* 0000 */ 0x00
91 > })
92 > }
93 > }
94 >
95 >
96 >
97 > --
98 > С уважением, Vasiliy G Tolstov
99 > http://www.selfip.ru
100 >
101 >
102
103 Yes, that's it. And MBTN is a hotstart button.
104 Your laptop is supported, could you please try the driver?
105
106 Thanks,
107 --
108 Angelo Arrifano AKA MiKNiX
109 CSE Student at UBI, Portugal
110 Gentoo Linux AMD64 Arch Tester
111 miknix@×××××.com
112 http://miknix.homelinux.com
113 PGP Pubkey 0x3D92BB0B
114 --
115 gentoo-laptop@g.o mailing list