*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: isl | Section: 4 | Source: FreeBSD | File: isl.4.gz
ISL(4) FreeBSD Kernel Interfaces Manual ISL(4) NAME isl - Intersil(TM) I2C ISL29018 sensor driver SYNOPSIS To compile this driver into the kernel, place the following lines into the kernel configuration file: device isl device ig4 device iicbus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): isl_load="YES" ig4_load="YES" On many Chromebook models this driver can be automatically configured with the help of the chromebook_platform(4) driver. Alternatively, the isl driver can be manually configured in /boot/device.hints: hint.isl.0.at="iicbus0" hint.isl.0.addr="0x88" hint.isl.1.at="iicbus1" hint.isl.1.addr="0x88" DESCRIPTION The isl driver provides access to sensor data provided by the Intersil(TM) I2C ISL29018 Digital Ambient Light Sensor and Proximity Sensor with Interrupt Function. Functionality is basic and provided through the sysctl(8) interface. On a system using device.hints(5), these values are configurable for isl: hint.isl.%d.at target iicbus(4). hint.isl.%d.addr isl i2c address on the iicbus(4). SYSCTL VARIABLES The following sysctl(8) variables are available: dev.isl.X.als Current ALS (Ambient Light Sensor) readout. dev.isl.X.ir Current IR (InfraRed) sensor readout. dev.isl.X.prox Current proximity sensor readout. dev.isl.X.resolution Current sensor resolution. dev.isl.X.range Current sensor range. EXAMPLES Ambient light sensor read out $ sysctl dev.isl.0.als dev.isl.0.als: 64 Automatically adjust brightness This requires the port graphics/intel-backlight and only works with laptops using a supported Intel(R) GPU. $ pkg install intel-backlight $ sh /usr/local/share/examples/intel-backlight/isl_backlight.sh SEE ALSO chromebook_platform(4), ig4(4), iicbus(4) AUTHORS The isl driver was written by Michael Gmelin <[email protected]>. This manual page was written by Michael Gmelin <[email protected]>. BUGS The isl driver detects the device based from the I2C address. This might have unforeseen consequences if the initialization sequence is sent to an unknown device at that address. FreeBSD 14.1-RELEASE-p8 December 18, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options