summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-04-03Various cleanupshal-gobject-branchDavid Zeuthen12-299/+239
2004-04-02Actually remove class devices that populate the treeDavid Zeuthen9-24/+147
2004-04-01Fix a thinko where we were passing in a udi instead of a deviceJoe Shaw1-1/+1
2004-04-01Fixed a subtle error where multiple instances of the same device couldn'tDavid Zeuthen3-6/+13
2004-04-01set all properties as env vars during calloutJoe Shaw5-44/+126
2004-03-31add calloutsJoe Shaw5-3/+183
2004-03-30work in progressJoe Shaw30-3291/+3338
2004-03-30add a "strcat_len()" macro and use itHAL_GOBJECT_BRANCHPOINTDavid Zeuthen2-5/+14
2004-03-30sysfs_mnt_path should be a "char []" not a "char * []", also use PATH_MAXDavid Zeuthen3-21/+71
2004-03-29Comment out noise trace callDavid Zeuthen4-7/+18
2004-03-28Remove block.[size|start|block_size] propertiesDavid Zeuthen2-2/+9
2004-03-28Comment out noise debug statementDavid Zeuthen2-4/+47
2004-03-14Just ignore if we can't open /proc/bus/usb/devicesDavid Zeuthen4-3/+25
2004-03-14Updated TODO fileDavid Zeuthen1-103/+30
2004-03-14Added first stab of rewrite of linux specific parts - the new code is a lotDavid Zeuthen23-76/+6568
2004-03-05Remove invalid free of a static stringDavid Zeuthen3-2/+9
2004-03-03Major reformatting patch - seems that everyone is following another codingDavid Zeuthen43-11257/+11109
2004-03-01SUSE puts pci.ids in /usr/share, so add that to the list of directories toJoe Shaw2-1/+4
2004-03-01Use @PACKAGE_LIBS@ and @DBUS_LIBS@ instead of referencing the libsJoe Shaw2-3/+9
2004-03-01shut up cvsJoe Shaw11-0/+39
2004-03-01missed a fileJoe Shaw1-0/+1
2004-03-01shut up cvsJoe Shaw1-0/+15
2004-03-01Preliminary support for waiting for sysfs information to appear - notDavid Zeuthen7-31/+330
2004-02-27Handle block devices which have a "scsi_device" as its parent class. UseJoe Shaw3-11/+92
2004-01-19disable ieee1394 (osspec_init): disable ieee1394 (osspec_probe): disableDavid Zeuthen3-4/+13
2004-01-19bump version to 0.2.6HAL_0_2_6David Zeuthen5-127/+21
2004-01-19Don't call DIE() if we cannot open the /sys/bus/<busname>/drivers directoryDavid Zeuthen2-3/+17
2004-01-18treat info.properties in a special way such that capabilities entries areDavid Zeuthen3-108/+93
2004-01-18fixed bug where the two write_speed assignments was swappedDavid Zeuthen3-5/+9
2004-01-17some shuffling around, added note about thatDavid Zeuthen5-28/+172
2004-01-17use strtok_r instead of strstr as it didn't really work (example: willDavid Zeuthen14-19/+1168
2004-01-16bump version to 0.2.5HAL_0_2_5David Zeuthen11-33/+339
2004-01-14Doh, leaked a filedescriptor which is big trouble. FixedDavid Zeuthen2-0/+10
2004-01-13Bump version number to 0.2.4HAL_0_2_4David Zeuthen5-5/+13
2004-01-13ioctl rc>=0 is also success (detect_media): rewrite most of this functionDavid Zeuthen2-99/+139
2004-01-13Bump version number to 0.2.3HAL_0_2_3David Zeuthen12-38/+203
2004-01-12add i2c_adapterDavid Zeuthen6-7/+321
2004-01-12Check whether optical drive supports media changed signalsDavid Zeuthen3-6/+194
2004-01-09add requirement for pygtk version 2.0David Zeuthen2-0/+7
2004-01-09Add support for i2c devicesDavid Zeuthen6-1/+298
2004-01-07Set scsi_host.host (visit_class_device_scsi_device): SetDavid Zeuthen3-31/+93
2004-01-05add some more debugDavid Zeuthen3-3/+13
2004-01-04Don't include dbus-glibDavid Zeuthen9-12/+58
2004-01-04Add a couple of code paths for setting vendor.Anders Carlsson3-167/+406
2004-01-04moved cdrom cap check to here. Renamed capabilities from cdrom.* toDavid Zeuthen2-25/+44
2004-01-04Add support for cdrom capabilities.Anders Carlsson2-3/+34
2004-01-04install fdi.rngDavid Zeuthen2-2/+4
2004-01-04new file (thanks to Dave Malcolm)David Zeuthen2-1/+87
2004-01-03Invoke udev on hald boot time to get device file namesDavid Zeuthen4-24/+164
2004-01-02quick fix to ensure that ds_gdl_add is not called before it shouldHAL_0_2_2David Zeuthen1-2/+13