author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 04 Apr 2012 17:56:26 +0300 | |
changeset 1244 | de2016d2bc48 |
parent 1140 | 63092b4c6d9d |
child 1334 | 9bf0d5a1f0cf |
permissions | -rw-r--r-- |
======= udev. ======= About. ====== * http://reactivated.net/writing_udev_rules.html * http://wiki.debian.org/udev * https://wiki.archlinux.org/index.php/Udev View device capability with udev compatible format. =================================================== For Debian use:: $ /sbin/udevadm info --name=/dev/sdc --attribute-walk $ udevadm info --attribute-walk --path $(udevadm info --query=path --name=/dev/ttyUSB0) For other Linux use:: $ udevinfo -a -p $(udevinfo -q path -n /dev/sdc)