Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39784
b: refs/heads/master
c: 8e25b84
h: refs/heads/master
v: v3
  • Loading branch information
Kristoffer Ericson authored and Russell King committed Oct 14, 2006
1 parent 111b5d4 commit 50ebc53
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48e3becbee8906b44050c9300b668227b85f0c95
refs/heads/master: 8e25b84e76a0b2c117218405818cadd591512ff8
14 changes: 14 additions & 0 deletions trunk/include/asm-arm/arch-sa1100/jornada720.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@
#define GPIO_JORNADA720_KEYBOARD_IRQ IRQ_GPIO0
#define GPIO_JORNADA720_MOUSE_IRQ IRQ_GPIO9

/* MCU COMMANDS */
#define MCU_GetBatteryData 0xc0
#define MCU_GetScanKeyCode 0x90
#define MCU_GetTouchSamples 0xa0
#define MCU_GetContrast 0xD0
#define MCU_SetContrast 0xD1
#define MCU_GetBrightness 0xD2
#define MCU_SetBrightness 0xD3
#define MCU_ContrastOff 0xD8
#define MCU_BrightnessOff 0xD9
#define MCU_PWMOFF 0xDF
#define MCU_TxDummy 0x11
#define MCU_ErrorCode 0x00

#ifndef __ASSEMBLY__

void jornada720_mcu_init(void);
Expand Down

0 comments on commit 50ebc53

Please sign in to comment.