index
:
~dkukawka/hal
hal-0_4-stable-branch
hal-0_5_11-branch
hal-0_5_12-SUSE_CODE11-branch
hal-0_5_12-branch
hal-0_5_12-openSUSE11.1-branch
hal-0_5_13-openSUSE11.2-branch
hal-0_5_14-openSUSE11.3-branch
hal-0_5_6-SUSE_CODE10-branch
hal-0_5_7-branch
hal-0_5_8-branch
hal-0_5_9-branch
hal-gobject-branch
master
My HAL repo for development and maintenance.
dkukawka
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2004-04-03
Various cleanups
hal-gobject-branch
David Zeuthen
12
-299
/
+239
2004-04-02
Actually remove class devices that populate the tree
David Zeuthen
9
-24
/
+147
2004-04-01
Fix a thinko where we were passing in a udi instead of a device
Joe Shaw
1
-1
/
+1
2004-04-01
Fixed a subtle error where multiple instances of the same device couldn't
David Zeuthen
3
-6
/
+13
2004-04-01
set all properties as env vars during callout
Joe Shaw
5
-44
/
+126
2004-03-31
add callouts
Joe Shaw
5
-3
/
+183
2004-03-30
work in progress
Joe Shaw
30
-3291
/
+3338
2004-03-30
add a "strcat_len()" macro and use it
HAL_GOBJECT_BRANCHPOINT
David Zeuthen
2
-5
/
+14
2004-03-30
sysfs_mnt_path should be a "char []" not a "char * []", also use PATH_MAX
David Zeuthen
3
-21
/
+71
2004-03-29
Comment out noise trace call
David Zeuthen
4
-7
/
+18
2004-03-28
Remove block.[size|start|block_size] properties
David Zeuthen
2
-2
/
+9
2004-03-28
Comment out noise debug statement
David Zeuthen
2
-4
/
+47
2004-03-14
Just ignore if we can't open /proc/bus/usb/devices
David Zeuthen
4
-3
/
+25
2004-03-14
Updated TODO file
David Zeuthen
1
-103
/
+30
2004-03-14
Added first stab of rewrite of linux specific parts - the new code is a lot
David Zeuthen
23
-76
/
+6568
2004-03-05
Remove invalid free of a static string
David Zeuthen
3
-2
/
+9
2004-03-03
Major reformatting patch - seems that everyone is following another coding
David Zeuthen
43
-11257
/
+11109
2004-03-01
SUSE puts pci.ids in /usr/share, so add that to the list of directories to
Joe Shaw
2
-1
/
+4
2004-03-01
Use @PACKAGE_LIBS@ and @DBUS_LIBS@ instead of referencing the libs
Joe Shaw
2
-3
/
+9
2004-03-01
shut up cvs
Joe Shaw
11
-0
/
+39
2004-03-01
missed a file
Joe Shaw
1
-0
/
+1
2004-03-01
shut up cvs
Joe Shaw
1
-0
/
+15
2004-03-01
Preliminary support for waiting for sysfs information to appear - not
David Zeuthen
7
-31
/
+330
2004-02-27
Handle block devices which have a "scsi_device" as its parent class. Use
Joe Shaw
3
-11
/
+92
2004-01-19
disable ieee1394 (osspec_init): disable ieee1394 (osspec_probe): disable
David Zeuthen
3
-4
/
+13
2004-01-19
bump version to 0.2.6
HAL_0_2_6
David Zeuthen
5
-127
/
+21
2004-01-19
Don't call DIE() if we cannot open the /sys/bus/<busname>/drivers directory
David Zeuthen
2
-3
/
+17
2004-01-18
treat info.properties in a special way such that capabilities entries are
David Zeuthen
3
-108
/
+93
2004-01-18
fixed bug where the two write_speed assignments was swapped
David Zeuthen
3
-5
/
+9
2004-01-17
some shuffling around, added note about that
David Zeuthen
5
-28
/
+172
2004-01-17
use strtok_r instead of strstr as it didn't really work (example: will
David Zeuthen
14
-19
/
+1168
2004-01-16
bump version to 0.2.5
HAL_0_2_5
David Zeuthen
11
-33
/
+339
2004-01-14
Doh, leaked a filedescriptor which is big trouble. Fixed
David Zeuthen
2
-0
/
+10
2004-01-13
Bump version number to 0.2.4
HAL_0_2_4
David Zeuthen
5
-5
/
+13
2004-01-13
ioctl rc>=0 is also success (detect_media): rewrite most of this function
David Zeuthen
2
-99
/
+139
2004-01-13
Bump version number to 0.2.3
HAL_0_2_3
David Zeuthen
12
-38
/
+203
2004-01-12
add i2c_adapter
David Zeuthen
6
-7
/
+321
2004-01-12
Check whether optical drive supports media changed signals
David Zeuthen
3
-6
/
+194
2004-01-09
add requirement for pygtk version 2.0
David Zeuthen
2
-0
/
+7
2004-01-09
Add support for i2c devices
David Zeuthen
6
-1
/
+298
2004-01-07
Set scsi_host.host (visit_class_device_scsi_device): Set
David Zeuthen
3
-31
/
+93
2004-01-05
add some more debug
David Zeuthen
3
-3
/
+13
2004-01-04
Don't include dbus-glib
David Zeuthen
9
-12
/
+58
2004-01-04
Add a couple of code paths for setting vendor.
Anders Carlsson
3
-167
/
+406
2004-01-04
moved cdrom cap check to here. Renamed capabilities from cdrom.* to
David Zeuthen
2
-25
/
+44
2004-01-04
Add support for cdrom capabilities.
Anders Carlsson
2
-3
/
+34
2004-01-04
install fdi.rng
David Zeuthen
2
-2
/
+4
2004-01-04
new file (thanks to Dave Malcolm)
David Zeuthen
2
-1
/
+87
2004-01-03
Invoke udev on hald boot time to get device file names
David Zeuthen
4
-24
/
+164
2004-01-02
quick fix to ensure that ds_gdl_add is not called before it should
HAL_0_2_2
David Zeuthen
1
-2
/
+13
[next]