Release 4.7 drivers/isdn/gigaset/dummyll.c
/*
* Dummy LL interface for the Gigaset driver
*
* Copyright (c) 2009 by Tilman Schmidt <tilman@imap.cc>.
*
* =====================================================================
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
* =====================================================================
*/
#include <linux/export.h>
#include "gigaset.h"
void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 14 | 100.00% | 1 | 100.00% |
| Total | 14 | 100.00% | 1 | 100.00% |
EXPORT_SYMBOL_GPL(gigaset_skb_sent);
void gigaset_skb_rcvd(struct bc_state *bcs, struct sk_buff *skb)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 14 | 100.00% | 1 | 100.00% |
| Total | 14 | 100.00% | 1 | 100.00% |
EXPORT_SYMBOL_GPL(gigaset_skb_rcvd);
void gigaset_isdn_rcv_err(struct bc_state *bcs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
EXPORT_SYMBOL_GPL(gigaset_isdn_rcv_err);
int gigaset_isdn_icall(struct at_state_t *at_state)
{
return ICALL_IGNORE;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 13 | 100.00% | 1 | 100.00% |
| Total | 13 | 100.00% | 1 | 100.00% |
void gigaset_isdn_connD(struct bc_state *bcs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
void gigaset_isdn_hupD(struct bc_state *bcs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
void gigaset_isdn_connB(struct bc_state *bcs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
void gigaset_isdn_hupB(struct bc_state *bcs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
void gigaset_isdn_start(struct cardstate *cs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
void gigaset_isdn_stop(struct cardstate *cs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid)
{
return 0;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 18 | 100.00% | 3 | 100.00% |
| Total | 18 | 100.00% | 3 | 100.00% |
void gigaset_isdn_unregdev(struct cardstate *cs)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 9 | 100.00% | 2 | 100.00% |
| Total | 9 | 100.00% | 2 | 100.00% |
void gigaset_isdn_regdrv(void)
{
pr_info("no ISDN subsystem interface\n");
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
void gigaset_isdn_unregdrv(void)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 6 | 100.00% | 1 | 100.00% |
| Total | 6 | 100.00% | 1 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tilman schmidt | tilman schmidt | 168 | 98.25% | 3 | 75.00% |
paul gortmaker | paul gortmaker | 3 | 1.75% | 1 | 25.00% |
| Total | 171 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.