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/18 12:08] – [Windows] stefanen:software:usb_ids [2016/09/15 08:53] – [Linux] stefan
Line 7: Line 7:
 ===== Windows ===== ===== Windows =====
  
-Under Windows a driver has to be assigned to USB devices. If the ZTEX EZ-USB FX2 SDK is used, this is always the libusb driver, see the [[en:software:tutorial_example|Running an example tutorial]]. This driver provides a general purpose interface which is used by the host software to access the USB device.+Under Windows a driver has to be assigned to USB ID's, see [[en:software:tutorial_example|Running an example tutorial]]. This driver provides a general purpose interface which is used by the host software to access the USB device.
  
 ===== Linux ===== ===== Linux =====
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]