Opened 10 years ago

Closed 10 years ago

#5556 closed enhancement (fixed)

openobex device

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

The install for openobex installs /lib/udev/rules.d/60-openobex.rules

#udev script to make USB CDC devices with OBEX accessible to users

ACTION=="add", SUBSYSTEM=="usb", PROGRAM="/usr/sbin/obex-check-device \
$attr{idVendor} $attr{idProduct}", MODE="660", GROUP="plugdev"

We need to add a device for that.

Suggest plugdev:x:90:

Change History (2)

comment:1 by bdubbs@…, 10 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 14370.

Note: See TracTickets for help on using tickets.