Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Make it possible to pass in options via /etc/default/gpsd" | Eric S. Raymond | 2012-04-13 | 1 | -4/+1 |
| | | | | | bzed says this will break modern Debian and Ubuntu installations by stepping on the values of GPSD_OPTIONS and GPSD_SOCKET. | ||||
* | Make it possible to pass in options via /etc/default/gpsd | Eric S. Raymond | 2012-04-12 | 1 | -1/+4 |
| | | | | From a suggestion by Charles Curley. | ||||
* | Add some more documentation. | Eric S. Raymond | 2011-06-25 | 1 | -0/+10 |
| | |||||
* | Verbosity reduction. | Eric S. Raymond | 2011-06-25 | 1 | -2/+2 |
| | |||||
* | Clean up after the hotplug system refactoring. | Eric S. Raymond | 2011-06-25 | 1 | -2/+3 |
| | |||||
* | Rename gpsd.hotplug.wrapper to gpsd.hotplug. | Eric S. Raymond | 2011-06-25 | 1 | -0/+67 |
| | | | | | | gpsd.hotplug was previously the name of the now-removed Python script. The udev test documented in SConstruct passes. | ||||
* | No more Python in the hotplug sequence. | Eric S. Raymond | 2011-06-25 | 1 | -124/+0 |
| | |||||
* | Polish and better document the udev/hotplug code. | Eric S. Raymond | 2010-12-28 | 1 | -4/+5 |
| | | | | It's working under Ubuntu 10.04.1 LTS. | ||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -1/+0 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -0/+4 |
| | |||||
* | A missing % in gpsd.hotplug caused USB autostart to fail. | Bernd Zeimetz | 2009-11-18 | 1 | -1/+1 |
| | | | | Thanks to Luca Niccoli for reporting Debian Bug #556954. | ||||
* | Use environment settings passed from the hitplug wrapper script in gpsd.hotplug. | Bernd Zeimetz | 2009-11-01 | 1 | -2/+4 |
| | |||||
* | Use __file__ as location of the holtplug script. | Bernd Zeimetz | 2009-11-01 | 1 | -1/+1 |
| | |||||
* | Experimental code for sending hexified binary over the control channel. | Eric S. Raymond | 2009-01-09 | 1 | -0/+3 |
| | |||||
* | Add subversion ID tags near the beginning of every file. | Chris Kuethe | 2006-09-21 | 1 | -0/+1 |
| | | | | First line where possible, second line for scripts called with #! | ||||
* | Robin Johnson's fixes for udev support. | Eric S. Raymond | 2006-08-16 | 1 | -13/+24 |
| | |||||
* | Tilman Koschnik fxed a bug. | Eric S. Raymond | 2005-06-27 | 1 | -1/+1 |
| | |||||
* | Fixes for the hotplug/control-socket mechanism. | Eric S. Raymond | 2005-06-23 | 1 | -7/+5 |
| | |||||
* | Fix a problem with hotplugging. | Eric S. Raymond | 2005-06-15 | 1 | -0/+2 |
| | |||||
* | Prepare for 2.26 release. Wait for tty to go active in hotplug script. | Eric S. Raymond | 2005-06-14 | 1 | -0/+4 |
| | | | | | Note, something seems to have come unstuck in hotplug request handling between 2.22 and 2.23. Next step, go back and fix that. | ||||
* | Resdy to ship. | Eric S. Raymond | 2005-05-04 | 1 | -1/+1 |
| | |||||
* | Eliminate specialness of /dev/gps. | Eric S. Raymond | 2005-05-02 | 1 | -2/+3 |
| | |||||
* | Clean up the logging. | Eric S. Raymond | 2005-05-02 | 1 | -5/+6 |
| | |||||
* | Improved logging. | Eric S. Raymond | 2005-05-02 | 1 | -4/+4 |
| | |||||
* | This fixes the remove behavior, but something is screwy about the logging. | Eric S. Raymond | 2005-05-02 | 1 | -1/+9 |
| | |||||
* | Better diagnostics in the hotplug script. | Eric S. Raymond | 2005-05-02 | 1 | -4/+8 |
| | |||||
* | Catch errors more effectively. | Eric S. Raymond | 2005-05-01 | 1 | -6/+15 |
| | |||||
* | Refactored, we're probably going to put most of this code | Eric S. Raymond | 2005-04-29 | 1 | -42/+40 |
| | | | | in a library module soon. | ||||
* | Device list editing through a separate control socket. | Eric S. Raymond | 2005-04-03 | 1 | -17/+20 |
| | |||||
* | Control-socket implementation now has hotplug script and up-to-date | Eric S. Raymond | 2005-04-02 | 1 | -14/+20 |
| | | | | documentation. | ||||
* | Document the control-socket commands. | Eric S. Raymond | 2005-04-02 | 1 | -3/+3 |
| | |||||
* | Hotplug script must talk to the control socket. | Eric S. Raymond | 2005-04-02 | 1 | -20/+13 |
| | |||||
* | Drop back to using old hotplug interface. | Eric S. Raymond | 2005-03-08 | 1 | -43/+14 |
| | | | | The new one has a nasty race condition. | ||||
* | Launch completely from the hotpug script. | Eric S. Raymond | 2005-03-08 | 1 | -1/+9 |
| | |||||
* | Second stage of hotplug transition to 2.6 interface. | Eric S. Raymond | 2005-03-06 | 1 | -0/+97 |