Bug 264768

Summary: [NEW PORT] sysutils/acpi_hidd: ACPI human interface device driver
Product: Ports & Packages Reporter: crahman
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: New ---    
Severity: Affects Only Me CC: diizzy, grahamperrin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Shar archive of the acpi_hidd port
none
Updated shar archive of the acpi_hidd port
none
Updated shar archive of the acpi_hidd port
none
Updated shar archive of the acpi_hidd port
none
Updated shar archive of the acpi_hidd port none

Description crahman 2022-06-19 11:10:51 UTC
Created attachment 234784 [details]
Shar archive of the acpi_hidd port

The purpose of this port is to provide access to the ACPI keys of computers, such as the GPD MicroPC, through a simple device driver which can be adapted or generalized to many similar computers.

The acpi_hidd driver provides the human interface device features of the
ACPI EC module, in particular brightness and media control keyboard support.

The driver has sysctl(8) and devd(8) interfaces; the sysctl(8) interface
allows inspection and control of the screen brightness, and the devd(8)
interface provides notifications about keypresses that do not have
support for their functionality built into the driver (such as the media
keys).
Comment 1 crahman 2022-06-22 01:59:32 UTC
Created attachment 234849 [details]
Updated shar archive of the acpi_hidd port
Comment 2 crahman 2022-06-22 02:00:58 UTC
The new version of the port has a few new features, and better documentation.
Comment 3 crahman 2022-07-13 23:34:12 UTC
Created attachment 235244 [details]
Updated shar archive of the acpi_hidd port

The documentation has been further improved.
Comment 4 crahman 2022-07-24 18:28:57 UTC
Created attachment 235458 [details]
Updated shar archive of the acpi_hidd port

Add ONLY_FOR_ARCHS; remove period from COMMENT
Comment 5 crahman 2022-08-06 11:05:58 UTC
Created attachment 235720 [details]
Updated shar archive of the acpi_hidd port

Improve conformance with style(9).