Re: removal of support for /etc/hotplug/usb/

2005-10-16 Thread Jean-Luc Coulon (f5ibh)
Le 12.10.2005 21:52:54, Jean-Luc Coulon (f5ibh) a écrit : Le 12.10.2005 21:30:06, Jean-Luc Coulon (f5ibh) a écrit : Le 12.10.2005 20:08:44, Marco d'Itri a écrit : On Oct 12, Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED] wrote: if [ $ACTION = add -a $TYPE = usb ]; then Remove -a $TYPE = usb, it

Re: removal of support for /etc/hotplug/usb/

2005-10-12 Thread Jean-Luc Coulon (f5ibh)
Hi, I've an ups (MGE Ellipse) which has an usb connection supported via nut/nut-usb. nut-usb uses an hotplug script and usermap: /etc/hotplug/usb/libhidups /etc/hotplug/usb/libhid.usermap Just after udev updrade, it stopped working. I've reported a bug against nut-usb:

Re: removal of support for /etc/hotplug/usb/

2005-10-12 Thread Marco d'Itri
On Oct 12, Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED] wrote: if [ $ACTION = add -a $TYPE = usb ]; then Remove -a $TYPE = usb, it is wrong and I do not understand how it can work with hotplug or real hotplug events. -- ciao, Marco signature.asc Description: Digital signature

Re: removal of support for /etc/hotplug/usb/

2005-10-12 Thread Jean-Luc Coulon (f5ibh)
Le 12.10.2005 20:08:44, Marco d'Itri a écrit : On Oct 12, Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED] wrote: if [ $ACTION = add -a $TYPE = usb ]; then Remove -a $TYPE = usb, it is wrong and I do not understand how it can work with hotplug or real hotplug events. The rule was applied

Re: removal of support for /etc/hotplug/usb/

2005-10-12 Thread Jean-Luc Coulon (f5ibh)
Le 12.10.2005 21:30:06, Jean-Luc Coulon (f5ibh) a écrit : Le 12.10.2005 20:08:44, Marco d'Itri a écrit : On Oct 12, Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED] wrote: if [ $ACTION = add -a $TYPE = usb ]; then Remove -a $TYPE = usb, it is wrong and I do not understand how it can work with

Re: removal of support for /etc/hotplug/usb/

2005-10-10 Thread Shaun Jackman
I haven't found a great sysfs node to use for Creative Labs devices. This is the best I've found so far: $ udevinfo -ap /sys/bus/usb/devices/1-2.3/1-2.3:1.0 ... looking at class device '/sys/bus/usb/devices/1-2.3/1-2.3:1.0': SUBSYSTEM=unknown SYSFS{bAlternateSetting}= 0

Re: removal of support for /etc/hotplug/usb/

2005-10-10 Thread Shaun Jackman
The udev rule I've written for the Creative Labs Nomad Jukebox looks like this: SYSFS{modalias}=usb:v0471p0222*, NAME=njb%n, GROUP=audio, MODE=0666 udevtest seems to indicate some success: $ udevtest /sys/bus/usb/devices/1-2.3/1-2.3\:1.0/ version 056 looking at

Re: removal of support for /etc/hotplug/usb/

2005-10-10 Thread Marco d'Itri
On Oct 10, Shaun Jackman [EMAIL PROTECTED] wrote: (I hope this fully covers the changes needed.) The udev rule I've written for the Creative Labs Nomad Jukebox looks like this: SYSFS{modalias}=usb:v0471p0222*, NAME=njb%n, GROUP=audio, MODE=0666 It would work, but is wrong. If it were a

removal of support for /etc/hotplug/usb/

2005-09-15 Thread Marco d'Itri
After having been deprecated for a long time, support for map files in the /etc/hotplug/usb/ directory will be removed from the udev-hotplug subsystem. This is scheduled to happen next month, when most of the current hotplug package will be replaced by a new coldplug program which will be part of

Re: removal of support for /etc/hotplug/usb/

2005-09-15 Thread Andrew Pollock
On Thu, Sep 15, 2005 at 12:21:08PM +0200, Marco d'Itri wrote: After having been deprecated for a long time, support for map files in the /etc/hotplug/usb/ directory will be removed from the udev-hotplug subsystem. This is scheduled to happen next month, when most of the current hotplug package