index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
loongson
/
dev
/
kb3310.c
Age
Commit message (
Expand
)
Author
2017-01-23
Nuke extraneous whitespace and tabs.
Frederic Cambus
2016-12-05
Harmonize battery state thresholds accross platforms.
Frederic Cambus
2016-11-15
Add support for lid state detection in ykbec(4).
Frederic Cambus
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2013-12-24
get rid of if (timeout_pending()) timeout_del(). this is racy. any
David Gwynne
2012-10-03
Do not use <mips64/archtype.h> for loongson model numbers, but rather put the
Miod Vallat
2011-07-21
Support for the eBenton EBT-700 netbook, which is similar to the Lemote
Miod Vallat
2010-10-14
Move glxpcib(4) to MI land unifying the two MD drivers.
Paul Irofti
2010-09-09
Sync suspend logic with current practice, and try to handle failure
Miod Vallat
2010-09-01
Clean-up the spl dance around suspend/resume. Okay miod@.
Paul Irofti
2010-08-31
Correctly enable wakeup interrupts after splhigh().
Miod Vallat
2010-08-31
WIP suspend/resume support for loongson lemote. Okay miod@.
Paul Irofti
2010-07-31
Factorization of the bluetooth and usb hid input driver logic, to reduce code
Miod Vallat
2010-05-08
Huge work-in-progress commit to support Loongson 2E-based evaluation boards
Miod Vallat
2010-03-02
remove never changing values (design capacity, design voltage) from sensor
Otto Moerbeek
2010-03-02
Use the battery controller bit that signals the battery almost empty
Otto Moerbeek
2010-02-28
Add a bell routine and let pckbd and ukbd use it; ok otto@
Miod Vallat
2010-02-28
Bring battery life estimate when charging in line with most other apm(4)
Otto Moerbeek
2010-02-28
Basic apm(4), providing battery/power status and events. apm(4) is the
Otto Moerbeek
2010-02-24
fix scaling of battery current
Otto Moerbeek
2010-02-24
spacing
Theo de Raadt
2010-02-23
switch to simple indicators instead of playing string games; prompted
Otto Moerbeek
2010-02-23
ykbec(4), a driver to read fan, temperature and battery status using
Otto Moerbeek