Commit Graph

177 Commits

Author SHA1 Message Date
Mike Blumenkrantz 836d3074f2 update docs
SVN revision: 65062
2011-11-11 15:17:41 +00:00
Mike Blumenkrantz b739c80dcd remove unused members of disk error struct so I don't get stuck with a broken public api
SVN revision: 65043
2011-11-11 05:37:50 +00:00
Mike Blumenkrantz 918dbe2be2 s/((udev))/(udev)/g
SVN revision: 65041
2011-11-11 04:11:26 +00:00
Mike Blumenkrantz ec464473c7 move udev include to private header
SVN revision: 65039
2011-11-11 04:08:19 +00:00
Mike Blumenkrantz a849b9ab45 this is eeze 1.1 now
SVN revision: 65038
2011-11-11 04:06:22 +00:00
Mike Blumenkrantz 039b6db9dc fix garbage return
SVN revision: 64967
2011-11-09 01:48:31 +00:00
Mike Blumenkrantz d9f1039885 not sure how this happened, but it's totally wrong
SVN revision: 63230
2011-09-06 19:16:56 +00:00
Mike Blumenkrantz e580c44cbb fix temp sensor detection with very new kernels
SVN revision: 63229
2011-09-06 19:09:36 +00:00
Sebastian Dransfeld e8b0436197 Eeze: And only send event for present batteries
The property POWER_SUPPLY_PRESENT must not only be there, but also have
a true value.

SVN revision: 63228
2011-09-06 19:07:34 +00:00
Sebastian Dransfeld dbac5ebbaa Eeze: Only fant batteries which are present
SVN revision: 63210
2011-09-05 19:12:45 +00:00
Mike Blumenkrantz 6af8ba1546 man I suck today
SVN revision: 62880
2011-08-26 20:05:41 +00:00
Mike Blumenkrantz 59ede5ee9f add and implement EEZE_DISK_TYPE_FLASH for flash cards
SVN revision: 62879
2011-08-26 20:04:35 +00:00
Mike Blumenkrantz ba66da6e8b and the underscore
SVN revision: 62875
2011-08-26 19:20:05 +00:00
Mike Blumenkrantz 4efb357aab also null pointers
SVN revision: 62874
2011-08-26 19:18:00 +00:00
Mike Blumenkrantz e542c7fa0c shutdown more completely
SVN revision: 62873
2011-08-26 19:11:20 +00:00
Mike Blumenkrantz d192852551 use mnt tab caches
SVN revision: 62872
2011-08-26 19:11:17 +00:00
Mike Blumenkrantz 39e04f7f4c try something new for battery/ac detection. this may break some stuff, so ping me if your battery gadget stops working...
SVN revision: 61967
2011-08-01 20:30:29 +00:00
Mike Blumenkrantz f614bbaad7 __UNUSED__
SVN revision: 61778
2011-07-26 21:20:30 +00:00
Mike Blumenkrantz 39dce75051 use correct list find function sigh
SVN revision: 61777
2011-07-26 21:19:08 +00:00
Mike Blumenkrantz 4170c601f3 only attempt an mtab lock if permissions are sufficient
SVN revision: 61774
2011-07-26 20:36:42 +00:00
Mike Blumenkrantz e4e0c27836 fix const warning
SVN revision: 61773
2011-07-26 20:36:40 +00:00
Cedric BAIL afa692034f eeze: add v4l device discovery.
SVN revision: 61410
2011-07-15 17:28:13 +00:00
Mike Blumenkrantz cf430612a0 create mount point directory if it doesn't exist
SVN revision: 60866
2011-06-30 08:15:42 +00:00
Mike Blumenkrantz b0180cdeb9 shuffle signal handler setup and remove job, fix startup file check
SVN revision: 60864
2011-06-30 06:49:54 +00:00
Mike Blumenkrantz 87c3fdfe67 add signal handlers
SVN revision: 60857
2011-06-30 03:57:49 +00:00
Mike Blumenkrantz 9466b75d4d make eeze_scanner suid
SVN revision: 60856
2011-06-30 03:57:47 +00:00
Mike Blumenkrantz 234b200068 whoops, forgot to actually add the scanner last time
SVN revision: 60838
2011-06-29 19:54:39 +00:00
Mike Blumenkrantz 9611111aba sync disk find/watch qualifiers
SVN revision: 60836
2011-06-29 19:53:11 +00:00
Mike Blumenkrantz b06075acf2 eeze_scanner seems to finally be complete, have at it
SVN revision: 60833
2011-06-29 18:53:40 +00:00
Mike Blumenkrantz f2caf4707c fix some segvs and drive detection
SVN revision: 60832
2011-06-29 18:53:38 +00:00
Michael Jennings 1461fec9ec Assorted build and spec fixes.
SVN revision: 60624
2011-06-23 07:01:45 +00:00
Mike Blumenkrantz 20634af237 remove unused variable
SVN revision: 60417
2011-06-17 04:00:28 +00:00
Mike Blumenkrantz 13673082e0 stat was a bad choice
SVN revision: 60355
2011-06-15 15:48:41 +00:00
Mike Blumenkrantz 5a886f7c30 fix wording here
SVN revision: 59632
2011-05-23 21:56:27 +00:00
Mike Blumenkrantz 34d9e153ba not sure what I was thinking when I did this the first time, simplify these functions considerably
SVN revision: 59568
2011-05-21 19:55:02 +00:00
Mike Blumenkrantz 1c79e6a54d greatly simplify eeze_init/shutdown by moving disk stuff to eeze_disk.c
SVN revision: 59567
2011-05-21 19:34:26 +00:00
Mike Blumenkrantz e1e525ae19 add helper udev function to browse children devices, use helper functions to get properties when not found in current disk device
SVN revision: 59566
2011-05-21 19:33:55 +00:00
Mike Blumenkrantz 1fb3a2469b huge bugfix patch for eeze 1.0 stuff: I fubared disk detection pretty hard initially, I think this fixes it all
SVN revision: 59458
2011-05-17 00:14:44 +00:00
Mike Blumenkrantz 89df67bbc2 add fallback methods for grabbing disk vendor/model/etc
SVN revision: 59457
2011-05-17 00:10:52 +00:00
Mike Blumenkrantz 98d5dd27aa in this commit, we learn the value of the '!' operator.
SVN revision: 59447
2011-05-16 12:09:47 +00:00
Mike Blumenkrantz c4b01dc22f account for canceled operations (no events for these), remove freed disks from event list
SVN revision: 59446
2011-05-16 11:32:11 +00:00
Mike Blumenkrantz d35ef797bc add docs for eject, fix some devastating typos in eject, eject now unmounts mounted disks before ejecting
SVN revision: 59445
2011-05-16 11:24:26 +00:00
Mike Blumenkrantz 775b86bccd add eject functions/events
SVN revision: 59443
2011-05-16 11:03:06 +00:00
Mike Blumenkrantz d05399250e trailing whitespace--
SVN revision: 59441
2011-05-16 10:38:47 +00:00
Mike Blumenkrantz f4665b0140 track all disk objects, fix typo in eeze optmap from earlier, catch and create external mount events
SVN revision: 59439
2011-05-16 09:52:16 +00:00
Mike Blumenkrantz 9989571099 forgot to add uid to the mount optmap
SVN revision: 59432
2011-05-16 02:16:26 +00:00
Mike Blumenkrantz 56b342ccc9 eeze_disk_cancel for canceling pending operations
SVN revision: 59430
2011-05-16 01:32:40 +00:00
Mike Blumenkrantz 7561260963 forgot eeze_disk_udev_get_parent earlier
SVN revision: 59429
2011-05-16 00:57:16 +00:00
Mike Blumenkrantz 9d11cdbc20 automatically apply iocharset=utf8 for jfs (NOT with FAT. causes corruption)
SVN revision: 59428
2011-05-16 00:13:42 +00:00
Mike Blumenkrantz 1856a909e3 add a mountopt flag for automatically adding uid
SVN revision: 59427
2011-05-16 00:06:41 +00:00