de     

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:software:usb_ids [2016/08/28 20:05] – [Windows] stefanen:software:usb_ids [2016/09/15 08:53] – [Linux] stefan
Line 13: Line 13:
 Under Linux no driver is required. The hardware can be accessed directly using the libusb library.  Under Linux no driver is required. The hardware can be accessed directly using the libusb library. 
 To grant access to the usb device to all users, add the following UDEV rule by creating /etc/udev/rules.d/99-ztex.rules To grant access to the usb device to all users, add the following UDEV rule by creating /etc/udev/rules.d/99-ztex.rules
-<code> 
-SUBSYSTEM=="usb", SYSFS{idVendor}=="221a", SYSFS{idProduct}=="0100", ACTION=="add", MODE="0666" 
-</code> 
  
-**SYSFS** is deprecated. On newer systems use the following udev rule: 
 <code> <code>
-SUBSYSTEM=="usb", ATTR{idVendor}=="221a", ATTR{idProduct}=="0100", ACTION=="add", MODE="0666"+SUBSYSTEM=="usb", ATTR{idVendor}=="221a", ATTR{idProduct}=="0100", ACTION=="add", MODE="0664", GROUP="usb"
 </code> </code>
  
  
 
en/software/usb_ids.txt · Last modified: 2016/09/15 10:16 by stefan
 
Recent changes RSS feed Creative Commons License Powered by PHP Debian Driven by DokuWiki
[ZTEX Home] [Imprint] [Privacy policy]