]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
usbmon: Add class for binary interface
authorPete Zaitcev <zaitcev@redhat.com>
Thu, 3 May 2007 23:51:16 +0000 (16:51 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:29:47 +0000 (16:29 -0700)
commitce7cd137fced114d49178b73d468b82096a107fb
treedfc1f49df82d6ec3b301d786e79ae9481dcc83dd
parent49cdee0ed0fce9e1bda81f5dcad8d5cce6aec983
usbmon: Add class for binary interface

Add a class which allows for an easier integration with udev.

This code was originally written by Paolo Abeni, and arrived to my tree
as a part of big patch to add binary API on December 18. As I understand,
Paolo always meant the class to be a part of the whole thing. This is his
udev rule to go along with the patch:

KERNEL=="usbmon[0-9]*", NAME="usbmon%n", MODE="0440",OWNER="root",GROUP="bin"

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/mon/mon_bin.c
drivers/usb/mon/mon_main.c
drivers/usb/mon/mon_text.c
drivers/usb/mon/usb_mon.h