sample udev rules to include hidapi
This commit is contained in:
@@ -9,7 +9,11 @@
|
|||||||
* This driver needs user read/write access to PacDrive.
|
* This driver needs user read/write access to PacDrive.
|
||||||
* This can be achieved by using a udev rule like this:
|
* This can be achieved by using a udev rule like this:
|
||||||
*
|
*
|
||||||
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="D209", ATTRS{idProduct}=="1500", OWNER="dance", GROUP="dance", MODE="0660"
|
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="D209", ATTRS{idProduct}=="150[0-9]", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
|
*
|
||||||
|
* or
|
||||||
|
*
|
||||||
|
* KERNEL=="hidraw*", ATTRS{idVendor}=="D209", ATTRS{idProduct}=="150[0-9]", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
*
|
*
|
||||||
* Refer to your distribution's documentation on how to properly apply a udev rule.
|
* Refer to your distribution's documentation on how to properly apply a udev rule.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -11,6 +11,10 @@
|
|||||||
*
|
*
|
||||||
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="10a8", OWNER="dance", GROUP="dance", MODE="0660"
|
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="10a8", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
*
|
*
|
||||||
|
* or
|
||||||
|
*
|
||||||
|
* KERNEL=="hidraw*", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="10a8", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
|
*
|
||||||
* Refer to your distribution's documentation on how to properly apply a udev rule.
|
* Refer to your distribution's documentation on how to properly apply a udev rule.
|
||||||
*
|
*
|
||||||
* -------------------------- NOTE --------------------------
|
* -------------------------- NOTE --------------------------
|
||||||
|
|||||||
@@ -13,6 +13,11 @@
|
|||||||
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="eb5b", OWNER="dance", GROUP="dance", MODE="0660"
|
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="eb5b", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="eb5a", OWNER="dance", GROUP="dance", MODE="0660"
|
* SUBSYSTEMS=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="eb5a", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
*
|
*
|
||||||
|
* or
|
||||||
|
*
|
||||||
|
* KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="eb5b", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
|
* KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="eb5a", OWNER="dance", GROUP="dance", MODE="0660"
|
||||||
|
*
|
||||||
* Refer to your distribution's documentation on how to properly apply a udev rule.
|
* Refer to your distribution's documentation on how to properly apply a udev rule.
|
||||||
*
|
*
|
||||||
* -------------------------- NOTE --------------------------
|
* -------------------------- NOTE --------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user