commit | d1f8b53618b3daa93a113ba02520cd1bd34c254b | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Jan 06 15:13:34 2012 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Feb 10 11:12:04 2012 +0100 |
tree | f5a6b7d9b5265374655572b53bd6cb7e59487244 | |
parent | 6af165892cf900291046f1d25f95416f379504c2 [diff] |
usb: kill USB_MSG_{ATTACH,DETACH} The USB subsystem pipes internal attach/detach notifications through usb_handle_packet() with a special magic PID. This indirection is a pretty pointless excercise as it ends up being handled by usb_generic_handle_packet anyway. Remove it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>