Re: Compaq Presario 2105US ACPI = NO MOUSE

From: Rahul Siddharthan <rsidd_at_online.fr>
Date: Tue, 16 Dec 2003 02:13:51 -0500
Taku YAMAMOTO wrote:
> I've read your ASLs and figured out how psm0 fails to attach.
> 
> Both of the two ASLs have _CID (compat id) of MSE0 (read: psm0) as a package.
> But, unfortunately, our current code does not handle such _CIDs.
> 
> So, for interim solution, I would propose following snippet of ASL.

I had the same problem, reported more than once on the list, and this
works perfectly -- psm0 is now picked up with ACPI.  Thanks!  Now
perhaps I can start using FreeBSD again.

One thing,

>         Device (MSE0)   // psm0/psmcpnp0
>         {
>             Name (_HID, EisaId ("SYN0105"))
>             Name (_CID, EisaId ("PNP0F13"))     /// XXX - for now
>             Name (_CSR, Buffer (6)
                     ^^^
I assume that should be _CRS ?   That's what I used.

>             {
>                 0x23, 0x00, 0x10, 0x01, 0x79, 0x00
>             })
>         }


Rahul
Received on Mon Dec 15 2003 - 22:13:46 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:34 UTC