Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317395
b: refs/heads/master
c: a216014
h: refs/heads/master
i:
  317393: 993e13b
  317391: eb81f9d
v: v3
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 15, 2012
1 parent 016c7c8 commit c744475
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 33e0c249801c6913b2bd102683ab65ab61e12952
refs/heads/master: a21601463d0e542d20635b835b6c97294571b0a5
2 changes: 2 additions & 0 deletions trunk/drivers/staging/iio/Documentation/iio_event_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static const char * const iio_chan_type_name_spec[] = {
[IIO_ANGL] = "angl",
[IIO_TIMESTAMP] = "timestamp",
[IIO_CAPACITANCE] = "capacitance",
[IIO_ALTVOLTAGE] = "altvoltage",
};

static const char * const iio_ev_type_text[] = {
Expand Down Expand Up @@ -92,6 +93,7 @@ static bool event_is_known(struct iio_event_data *event)
case IIO_ANGL:
case IIO_TIMESTAMP:
case IIO_CAPACITANCE:
case IIO_ALTVOLTAGE:
break;
default:
return false;
Expand Down

0 comments on commit c744475

Please sign in to comment.