[Bug 1644196] Re: Update udev rules to the latest upstream set

Pierre-Loup Griffais 1644196 at bugs.launchpad.net
Mon Dec 5 21:39:11 UTC 2016


Here's what we ended up shipping in our Steam package:

# Valve USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
# Steam Controller udev write access
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess"

# Valve HID devices over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666"

# Valve HID devices over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0666"

# DualShock 4 over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0666"

# DualShock 4 wireless adapter over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ba0", MODE="0666"

# DualShock 4 Slim over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0666"

# DualShock 4 over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*054C:05C4*", MODE="0666"

# DualShock 4 Slim over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0666"

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/1644196

Title:
  Update udev rules to the latest upstream set

Status in steam package in Ubuntu:
  New
Status in udev package in Ubuntu:
  New

Bug description:
  Steam just switched from evdev to hiraw to talk to controllers and are
  adding these new udev rules to their steam package. We should add
  these as well ASAP. This will also give us better support for PS4
  controller.

  # Valve USB devices
  SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
  # Steam Controller udev write access
  KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess"
  # HTC Vive HID Sensor naming and permissioning

  # DualShock 4 wired
  SUBSYSTEM=="usb", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0666"
  # DualShock 4 wireless adapter
  SUBSYSTEM=="usb", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ba0", MODE="0666"
  # DualShock 4 slim wired
  SUBSYSTEM=="usb", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0666"

  # Valve HID devices over USB hidraw
  KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666"

  # Valve HID devices over bluetooth hidraw
  KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0666"

  # DualShock 4 over bluetooth hidraw
  KERNEL=="hidraw*", KERNELS=="*054C:05C4*", MODE="0666"

  # DualShock 4 Slim over bluetooth hidraw
  KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0666"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/steam/+bug/1644196/+subscriptions



More information about the foundations-bugs mailing list