diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-17 14:32:25 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-17 14:32:25 +0200 |
commit | fd1bab80e5f9e514facce49c1a462c04ed9df991 (patch) | |
tree | 7f5e0e3c73bf6cd23a67e39c88dd66dfe0254a81 /name.sh | |
parent | c3f5e30069efd2d645121652f1eb63cdcb725194 (diff) | |
download | input-fd1bab80e5f9e514facce49c1a462c04ed9df991.tar.gz |
fix bus name generation
Diffstat (limited to 'name.sh')
-rwxr-xr-x | name.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh TYPE="$1" -if test -f "/usr/include/linux/input-event-codes.h"; then +if test -f "/usr/include/linux/input-event-codes.h" -a "$TYPE" != "BUS"; then INPUT="/usr/include/linux/input-event-codes.h" else INPUT="/usr/include/linux/input.h" |