diff options
Diffstat (limited to 'tools/hotplug')
-rw-r--r-- | tools/hotplug/.gitignore | 1 | ||||
-rwxr-xr-x | tools/hotplug/libusbscanner | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/hotplug/.gitignore b/tools/hotplug/.gitignore new file mode 100644 index 0000000..e194d28 --- /dev/null +++ b/tools/hotplug/.gitignore @@ -0,0 +1 @@ +libsane.usermap diff --git a/tools/hotplug/libusbscanner b/tools/hotplug/libusbscanner index bf613a5..55646d4 100755 --- a/tools/hotplug/libusbscanner +++ b/tools/hotplug/libusbscanner @@ -32,4 +32,3 @@ fi # if [ "$ACTION" = "add" -a "$TYPE" = "usb" ]; then # chmod 0666 "$DEVICE" # fi - |