source: tt-tools/udev/twintact.rules @ 6

Last change on this file since 6 was 6, checked in by guillaume, 16 years ago

Publication tt-ttols v0.1
Des outils pour le TwinTact

File size: 861 bytes
Line 
1# Fichier à installer dans un dossier de configuration de udev
2# Par exemple, sur Fedora 8, il peut s'installer dans le dossier /etc/udev/rules.d
3# en tant que fichier "99-twintact.rules"
4
5# Twintact system boot omap interface
6BUS=="usb", SYSFS{idVendor}=="0451", SYSFS{idProduct}=="3f01", ENV{DEBUG_TT_UDEV}="", RUN+="/usr/local/sbin/twintact-udev omap"
7#BUS=="usb", SYSFS{idVendor}=="0451", SYSFS{idProduct}=="3f01", ENV{DEBUG_TT_UDEV}="oui", RUN+="/usr/local/sbin/twintact-udev omap"
8
9# Twintact, mode synchro_net <=> Synchro PC -> Périphérique mobile
10KERNEL=="usb0", SUBSYSTEM=="net", ENV{DEBUG_TT_UDEV}="", RUN+="/usr/local/sbin/twintact-udev synchro_net"
11#KERNEL=="usb0", SUBSYSTEM=="net", ENV{DEBUG_TT_UDEV}="trace", RUN+="/usr/local/sbin/twintact-udev synchro_net"
12
13#BUS=="usb", ENV{DEBUG_TT_UDEV}="trace", RUN+="/usr/local/sbin/twintact-udev trace"
Note: See TracBrowser for help on using the repository browser.