• Kai Germaschewski's avatar
    ISDN: Route all driver callbacks through the driver state machine · 772059d9
    Kai Germaschewski authored
    We used to intercept status callbacks which were for specific channels
    instead of the driver before passing them to the driver and short-cutting
    to them to the per-channel state machine. Do it correctly for now,
    i.e. callback -> driver -> channel, even though that might have a small
    performance hit. Correctness first.
    772059d9
isdn_common.c 64.5 KB