forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
404 B
C
10 lines
404 B
C
--- src/tpb.h.orig Mon Jun 13 14:32:31 2005
|
|
+++ src/tpb.h Mon Jun 13 14:44:47 2005
|
|
@@ -70,6 +70,7 @@
|
|
unsigned int ac_state; /* ac connected */
|
|
unsigned int powermgt_ac; /* power management mode ac */
|
|
unsigned int powermgt_battery; /* power management mode battery */
|
|
+ unsigned int bluetooth_toggle; /* bluetooth toggle */
|
|
} t_thinkpad_state;
|
|
|
|
#endif /* __TPB_H__*/
|