Release 4.14 net/bluetooth/leds.h
/*
* Copyright 2015, Heiner Kallweit <hkallweit1@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#if IS_ENABLED(CONFIG_BT_LEDS)
void hci_leds_update_powered(struct hci_dev *hdev, bool enabled);
void hci_leds_init(struct hci_dev *hdev);
void bt_leds_init(void);
void bt_leds_cleanup(void);
#else
static inline void hci_leds_update_powered(struct hci_dev *hdev,
bool enabled) {}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Heiner Kallweit | 14 | 100.00% | 1 | 100.00% |
| Total | 14 | 100.00% | 1 | 100.00% |
static inline void hci_leds_init(struct hci_dev *hdev) {}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Heiner Kallweit | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
static inline void bt_leds_init(void) {}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Marcel Holtmann | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
static inline void bt_leds_cleanup(void) {}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Marcel Holtmann | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Heiner Kallweit | 57 | 67.06% | 1 | 50.00% |
| Marcel Holtmann | 28 | 32.94% | 1 | 50.00% |
| Total | 85 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.