Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108632
b: refs/heads/master
c: 5cebbd0
h: refs/heads/master
v: v3
  • Loading branch information
Martin Michlmayr authored and Lennert Buytenhek committed Aug 9, 2008
1 parent abecbfa commit bccb483
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 28ca8c802f71283d610656a207f3325c09e4585e
refs/heads/master: 5cebbd09fc06f4159f10f9f86bbd1517ac0279a2
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-orion5x/ts409-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,16 @@ static struct platform_device ts409_leds = {
* Power button is attached to the PIC microcontroller
****************************************************************************/

#define QNAP_TS409_GPIO_KEY_RESET 14
#define QNAP_TS409_GPIO_KEY_MEDIA 15

static struct gpio_keys_button qnap_ts409_buttons[] = {
{
.code = KEY_RESTART,
.gpio = QNAP_TS409_GPIO_KEY_RESET,
.desc = "Reset Button",
.active_low = 1,
}, {
.code = KEY_COPY,
.gpio = QNAP_TS409_GPIO_KEY_MEDIA,
.desc = "USB Copy Button",
Expand Down

0 comments on commit bccb483

Please sign in to comment.