[ACPI] enable PNPACPI support for resource types used by HP serial ports
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Tue, 20 Sep 2005 19:26:00 +0000 (15:26 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 7 Jan 2006 07:37:24 +0000 (02:37 -0500)
commit6f957eaf79356a32e838f5f262ee9a60544b1d5b
tree1285828e48329d78b970526729f6c631c23dd8e0
parent0aec63e67c69545ca757a73a66f5dcf05fa484bf
[ACPI] enable PNPACPI support for resource types used by HP serial ports

PNPACPI complained about and ignored devices with ADDRESS16, ADDRESS32, or
ADDRESS64 descriptors in _PRS.  HP firmware uses them for built-in serial
ports, so this patch adds support for parsing these descriptors from _PRS.

Note that this does not add the corresponding support for encoding them in
preparation for _SRS, because I don't have any machine that supports _SRS
on these descriptors, so I couldn't test that support.  Attempts to encode
them will cause a warning and an -EINVAL return.

http://sourceforge.net/mailarchive/forum.php?thread_id=8250154&forum_id=6102

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/pnp/pnpacpi/rsparser.c