Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110192693
D42814.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
D42814.id.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/acpi/video.h b/sys/compat/linuxkpi/common/include/acpi/video.h
--- a/sys/compat/linuxkpi/common/include/acpi/video.h
+++ b/sys/compat/linuxkpi/common/include/acpi/video.h
@@ -29,6 +29,7 @@
#ifndef _LINUXKPI_ACPI_VIDEO_H_
#define _LINUXKPI_ACPI_VIDEO_H_
+#include <sys/types.h>
#include <sys/errno.h>
#define ACPI_VIDEO_CLASS "video"
@@ -47,4 +48,15 @@
{
}
+static inline void
+acpi_video_register_backlight(void)
+{
+}
+
+static inline bool
+acpi_video_backlight_use_native(void)
+{
+ return (true);
+}
+
#endif /* _LINUXKPI_ACPI_VIDEO_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 15, 9:43 PM (12 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16664568
Default Alt Text
D42814.id.diff (604 B)
Attached To
Mode
D42814: LinuxKPI: Add acpi_video_backlight_use_native()
Attached
Detach File
Event Timeline
Log In to Comment