Steve Langasek wrote: > Now, the package you've uploaded to unstable seems to offer an alternative > fix, but I have some trouble understanding it so I'm still hesitant to > accept it into etch. How does print-camera-list.c interface with udev to > trigger calling check_ptp_camera?
/etc/udev/rules.d/025_libghoto2.rules has this line: PROGRAM="check_ptp_camera 06/01/01", MODE="0660", GROUP="plugdev" which will be called for every USB devices plugged in. This script will return 0 if the device has a camera PTP interface and udev would then give the appropriate group. It is part of upstream 2.3.1 release and has been tested by Marcus Meissner for SuSE and Martin Pitt for Ubuntu. > Anyway, without an explanation of what devices will actually be affected by > this bug in practice, I'm inclined to downgrade the bug; that doesn't mean > your bugfix won't be accepted in etch, but of course it would make doing so > a lower priority, and weight the risk of regressions more heavily. I believe things such as crypto USB devices would be affected by the bug. > BTW, I'm pretty sure $(< file) isn't POSIX sh, so check_ptp_camera shouldn't > have /bin/sh listed as the interpreter. I'll have that fixed. Regards, Frederic -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]