[Bug 1644196] Re: Update udev rules to the latest upstream set
Max Kristen
max at kristenonline.de
Mon Dec 26 20:47:13 UTC 2016
I just installed the steam-package on 16.04, but there were still the
old rules in place. Will the LTS package be updated too?
--
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:
Confirmed
Status in udev package in Ubuntu:
Confirmed
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