Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-17 | somebody renamed hw.acpi.supported_states to hw.acpi.sleep.states, so | jmcneill | 1 | -1/+2 | |
try the 2nd if the 1st fails | |||||
2011-01-08 | Fixes scriptdir for NetBSD. | obache | 1 | -3/+3 | |
Bump PKGREVISION. | |||||
2010-12-26 | Update to 0.5.14. | markd | 3 | -4/+9 | |
Many bugfixes and support for new features. | |||||
2010-12-16 | dont divide by 3600, beacuse gnome power applet doesnt expect it like this | ahoka | 1 | -3/+3 | |
ok by jared | |||||
2009-10-15 | treat driver == "ld" as a mass storage device, like "wd" and "sd" | jmcneill | 1 | -2/+3 | |
2009-03-01 | Plug a memory leak in envsys_timeout; the caller of prop_dictionary_all_keys | jmcneill | 1 | -1/+2 | |
is responsible for freeing allocated memory. Bump PKGREVISION. | |||||
2009-01-18 | Optical media handling needs block.storage_device too; add this to | jmcneill | 1 | -0/+2 | |
improve KDE4 compatibility. Bump PKGREVISION. | |||||
2008-12-26 | Since people are bumping pkgrevison on this anyway.. | jmcneill | 2 | -7/+77 | |
hald-netbsd: use scsi identify to fill in storage.vendor/storage.model where available so hal-info fdi matching rules will apply hald-netbsd: if libvolume_id thinks that a partition is vfat, believe it over the disklabel (stops USB devices lacking partition tables such as an iPod from incorrectly being treated as ffs). | |||||
2008-12-20 | Enhance NetBSD hal support to at least be able to write files to optical | reinoud | 2 | -5/+260 | |
media. No support for mounting yet. | |||||
2008-12-11 | Fix typo | reinoud | 3 | -1/+443 | |
2008-12-11 | Add rudementary cdrom HAL info. Probing and volume management needs to be | reinoud | 4 | -7/+14 | |
implemented still. | |||||
2008-12-04 | hald-netbsd: clear charge rate when charge state is normal, report | jmcneill | 1 | -1/+9 | |
measurement type when envstat provides Ah readings. Bump PKGREVISION. | |||||
2008-12-01 | hald-netbsd: add basic support for automounting non-optical media. Still | jmcneill | 7 | -19/+581 | |
some bugs to work out, but it's a start. Bump PKGREVISION. | |||||
2008-11-27 | hald-netbsd: add v4l2 support, bump PKGREVISION | jmcneill | 4 | -1/+164 | |
2008-11-27 | According to spec oss.type should be 'pcm', not 'dsp'. Fill in | jmcneill | 1 | -4/+9 | |
oss.device_id while we're here. | |||||
2008-11-27 | hald-netbsd: add audio support, bump PKGREVISION | jmcneill | 5 | -3/+277 | |
2008-11-27 | hald-netbsd: mark the system type as 'laptop' if acpibat0 is found, and | jmcneill | 4 | -14/+67 | |
don't continually send notifications while charging and discharging. Bump PKGREVISION. | |||||
2008-11-27 | hald-netbsd: clear is_charging/is_discharging before walking through the | jmcneill | 1 | -19/+13 | |
sensor properties, and make sure we don't read an invalid sensor in the process. Bump PKGREVISION. | |||||
2008-11-27 | Add reboot, shutdown, suspend support. Bump PKGREVISION. | jmcneill | 5 | -14/+130 | |
2008-11-27 | Add basic battery and ac_adapter support using envsys on NetBSD. | jmcneill | 5 | -1/+291 | |
Bump PKGREVISION. | |||||
2008-11-25 | Initial import of NetBSD HAL backend. It doesn't do much useful yet, but | jmcneill | 29 | -0/+6483 | |
keeping things here makes development easier. Bump PKGREVISION. | |||||
2008-11-22 | VARBASE/run/hal -> VARBASE/run/hald | jmcneill | 1 | -2/+2 | |
2008-11-22 | Import hal version 0.5.11. Uses the 'dummy' backend on NetBSD for now, | jmcneill | 1 | -0/+27 | |
more to come soon. What is the point of HAL? To merge information from various sources such that desktop applications can locate and use hardware devices. The point is that the exact set of information to merge varies by device and bus type. In order to do this, we need to define a format for the information, hence the HAL specification. We may read some stuff from the hardware itself, then add some info provided by the kernel, then add some metadata from some systemwide files, then add some data that has been obtained by the desktop and stored per-user, then look at some blacklist, and finally we have a complete picture of everything known about that particular device. An extra value is that we can do this in an operating system independent way. Stuff like this is important to the major desktop environments. |