Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97509
b: refs/heads/master
c: 5adad01
h: refs/heads/master
i:
  97507: f9ecff7
v: v3
  • Loading branch information
Henrique de Moraes Holschuh authored and Dmitry Torokhov committed May 30, 2008
1 parent e8207ec commit 2a6a2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 501a5250589be41c4c060afa855bc60b4539a340
refs/heads/master: 5adad0133907790c50283bf03271d920d6897043
4 changes: 3 additions & 1 deletion trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,9 @@ struct input_absinfo {
#define SW_LID 0x00 /* set = lid shut */
#define SW_TABLET_MODE 0x01 /* set = tablet mode */
#define SW_HEADPHONE_INSERT 0x02 /* set = inserted */
#define SW_RADIO 0x03 /* set = radio enabled */
#define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any"
set = radio enabled */
#define SW_RADIO SW_RFKILL_ALL /* deprecated */
#define SW_MAX 0x0f
#define SW_CNT (SW_MAX+1)

Expand Down

0 comments on commit 2a6a2a1

Please sign in to comment.