On 06/05/2014 Milan Stanic wrote:
On Linux that can be done by setting udev rules using attributes
(vendor and product id are enough).
Example from one of my /etc/udev/rules.d/local.rules files:
ATTR{idVendor}=="22b8", ATTR{idProduct}=="6422", SYMLINK+="razrv8",
MODE="0660", OWNER="kannel"
ATTR{i
On Fri, 2014-05-09 at 11:16, Daniel Boira wrote:
> On 06/05/2014 Milan Stanic wrote:
> On Linux that can be done by setting udev rules using attributes
> (vendor and product id are enough).
> Example from one of my /etc/udev/rules.d/local.rules files:
> ATTR{idVendor}=="22b8", ATTR{idProduct}=="642
Hi
Note that if you have more than one same device, this workaround will
not work since all of them will have the same vendor/id pair.
Regards
Alvaro
|-|
EnvĂe y Reciba Datos y mensaje
Hi everybody, i am kind a newbie in kannel, have developed a system and i
want to send a confirmation email to a user when he/she has logged in using
kannel, can i get the help of this please?