[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-commits-all
Subject:    svn commit: r367241 - head/sys/dev/acpica
From:       Vladimir Kondratyev <wulf () FreeBSD ! org>
Date:       2020-10-31 22:20:43
Message-ID: 202010312220.09VMKh2E052809 () repo ! freebsd ! org
[Download RAW message or body]

Author: wulf
Date: Sat Oct 31 22:20:42 2020
New Revision: 367241
URL: https://svnweb.freebsd.org/changeset/base/367241

Log:
  acpi_dock(4): Add ACPI_PNP_INFO
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/acpica/acpi_dock.c

Modified: head/sys/dev/acpica/acpi_dock.c
==============================================================================
--- head/sys/dev/acpica/acpi_dock.c	Sat Oct 31 22:19:39 2020	(r367240)
+++ head/sys/dev/acpica/acpi_dock.c	Sat Oct 31 22:20:42 2020	(r367241)
@@ -64,6 +64,8 @@ struct acpi_dock_softc {
 
 ACPI_SERIAL_DECL(dock, "ACPI Docking Station");
 
+static char *acpi_dock_pnp_ids[] = {"PNP0C15", NULL};
+
 /*
  * Utility functions
  */
@@ -545,3 +547,4 @@ static devclass_t acpi_dock_devclass;
 
 DRIVER_MODULE(acpi_dock, acpi, acpi_dock_driver, acpi_dock_devclass, 0, 0);
 MODULE_DEPEND(acpi_dock, acpi, 1, 1, 1);
+ACPI_PNP_INFO(acpi_dock_pnp_ids);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic