examples/mdev_fat.conf: small addition
I needed this to make Android's adb see my phone Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
02b8b9b014
commit
4a6a56c778
@ -108,3 +108,6 @@ usbdev[0-9].[0-9]_.* root:root 660
|
|||||||
# zaptel devices
|
# zaptel devices
|
||||||
zap(.*) root:dialout 660 =zap/%1
|
zap(.*) root:dialout 660 =zap/%1
|
||||||
dahdi!(.*) root:dialout 660 =dahdi/%1
|
dahdi!(.*) root:dialout 660 =dahdi/%1
|
||||||
|
|
||||||
|
# If $DEVNAME exists, create device with this name
|
||||||
|
$DEVNAME=bus/usb/.* 0:0 660 ! @mkdir -p "`dirname "$DEVNAME"`"; mknod -m 0660 "$DEVNAME" c "$MAJOR" "$MINOR"
|
||||||
|
Loading…
Reference in New Issue
Block a user