Bug#822635: udev rules for USB device access effective at boot, but not on hotplug

2018-03-23 Thread Josh Triplett
On Fri, Mar 23, 2018 at 05:17:11PM +0100, Michael Biebl wrote: > On Mon, 22 Jan 2018 18:10:58 +0100 Michael Biebl > wrote: > > Hi Josh! > > > > On Wed, 21 Dec 2016 20:15:12 +0100 Michael Biebl wrote: > > > On Fri, 6 May 2016 18:12:27 -0500 Martin Pitt

Bug#822635: udev rules for USB device access effective at boot, but not on hotplug

2018-03-23 Thread Michael Biebl
On Mon, 22 Jan 2018 18:10:58 +0100 Michael Biebl wrote: > Hi Josh! > > On Wed, 21 Dec 2016 20:15:12 +0100 Michael Biebl wrote: > > On Fri, 6 May 2016 18:12:27 -0500 Martin Pitt wrote: > > > Control: tag -1 moreinfo > > > > > > Hello

Bug#822635: udev rules for USB device access effective at boot, but not on hotplug

2018-01-22 Thread Michael Biebl
Hi Josh! On Wed, 21 Dec 2016 20:15:12 +0100 Michael Biebl wrote: > On Fri, 6 May 2016 18:12:27 -0500 Martin Pitt wrote: > > Control: tag -1 moreinfo > > > > Hello Josh, > > > > Josh Triplett [2016-04-25 13:48 -0700]: > > > ~$ cat

Bug#822635: udev rules for USB device access effective at boot, but not on hotplug

2016-12-21 Thread Michael Biebl
On Fri, 6 May 2016 18:12:27 -0500 Martin Pitt wrote: > Control: tag -1 moreinfo > > Hello Josh, > > Josh Triplett [2016-04-25 13:48 -0700]: > > ~$ cat /etc/udev/rules.d/99-local-gnubby.rules > > SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0200", > >

Bug#822635: udev rules for USB device access effective at boot, but not on hotplug

2016-05-06 Thread Martin Pitt
Control: tag -1 moreinfo Hello Josh, Josh Triplett [2016-04-25 13:48 -0700]: > ~$ cat /etc/udev/rules.d/99-local-gnubby.rules > SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0200", > TAG+="uaccess" > > If I boot with the device attached, this seems to take effect: > > However,