[PATCH] USB: add notifier functions to the USB core for devices and busses
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 21 Jun 2005 04:15:16 +0000 (21:15 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:46 +0000 (16:47 -0700)
commit3099e75a7ccc3c5b0a4cf988a76d9c4a7fa5e91a
tree8b1e7e5ddf097b347717e64aefb14ab33c9b2f90
parent4592bf5a22593704bb9e8c584a81bf6ca4f6cfec
[PATCH] USB: add notifier functions to the USB core for devices and busses

This should let us get rid of all of the different hooks in the USB core for
when something has changed.

Also, some other parts of the kernel have wanted to know this kind of
information at times.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/Makefile
drivers/usb/core/hcd.c
drivers/usb/core/hub.c
drivers/usb/core/notify.c [new file with mode: 0644]
drivers/usb/core/usb.h
include/linux/usb.h