#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/usb.h>
Go to the source code of this file.
| #define DRIVER_DESC "USB LED Driver" |
| #define show_set |
( |
|
value | ) |
|
Value:
\
} \
\
change_color(led); \
} \
Definition at line 117 of file usbled.c.
- Enumerator:
| LED_TYPE_RADIO |
|
| LED_TYPE_ASSOC |
|
| LED_TYPE_ACTIVITY |
|
| LED_TYPE_QUALITY |
|
| DELCOM_VISUAL_SIGNAL_INDICATOR |
|
| DREAM_CHEEKY_WEBMAIL_NOTIFIER |
|
Definition at line 23 of file usbled.c.
| MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
id_table |
|
|
) |
| |
| module_usb_driver |
( |
led_driver |
| ) |
|