summaryrefslogtreecommitdiffstats
path: root/hotplug/phidgets
diff options
context:
space:
mode:
Diffstat (limited to 'hotplug/phidgets')
-rw-r--r--hotplug/phidgets7
1 files changed, 7 insertions, 0 deletions
diff --git a/hotplug/phidgets b/hotplug/phidgets
new file mode 100644
index 0000000..f9fbb48
--- /dev/null
+++ b/hotplug/phidgets
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ "$ACTION" = "add" ] && [ -f "$DEVICE" ]
+then
+ chmod 666 "$DEVICE"
+fi
+
n>/+28 2011-12-01Fix MakefileKevin Lange1-1/+1 2011-11-30Made project more in line with Autotools standard.Aaron Peschel5-2/+50 2011-11-30Make some changes to the server to make it easier to closeKevin Lange1-2/+11 2011-11-30More readme updatesKevin Lange1-0/+6 2011-11-30Update readmeKevin Lange1-0/+16 2011-11-30That's a layover from the ToaruOS version of this...Kevin Lange1-1/+0 2011-11-30rxvt should emulate linuxKevin Lange1-1/+3 2011-11-30Buffer 1024 characters on each readKevin Lange1-1/+1 2011-11-30Hide the cursorKevin Lange1-1/+1 2011-11-30Telnet serverKevin Lange4-0/+808 2011-11-30Change description text for the modes. Standard color XTerm looks good, ↵Kevin Lange1-3/+3 linux+blink is actually the same, and standard ANSI is ugly as hell. 2011-11-30Will this work?Kevin Lange1-0/+2