add udev rules for Android phone and Kindle

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2011-12-21 05:27:19 +01:00
parent 76200388e1
commit 7ae52c2f35
3 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@ set -x
CWD=$(pwd)
PKGNAM=$(basename $CWD)
VERSION=${VERSION:-a}
VERSION=${VERSION:-b}
BUILD=${BUILD:-1}

View file

@ -0,0 +1 @@
SUBSYSTEM=="usb", SYSFS{idVendor}=="1004", MODE="0666"

View file

@ -0,0 +1 @@
SUBSYSTEM=="usb", SYSFS{idVendor}=="1949", MODE="0666", SYMLINK+="kindle"