Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343871
b: refs/heads/master
c: a66cd0b
h: refs/heads/master
i:
  343869: 225d719
  343867: a6712ad
  343863: a97f242
  343855: be52e04
  343839: dcc8595
  343807: 4a3886f
v: v3
  • Loading branch information
Sean Young authored and Mauro Carvalho Chehab committed Oct 28, 2012
1 parent 727447d commit 49a07aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 107376ba4ef1ecd4249427a9f9c1922fc1d66bb4
refs/heads/master: a66cd0b691c730ed751dbf66ffbd0edf18241790
4 changes: 2 additions & 2 deletions trunk/drivers/media/rc/winbond-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ enum wbcir_txstate {
};

/* Misc */
#define WBCIR_NAME "winbond-cir"
#define WBCIR_NAME "Winbond CIR"
#define WBCIR_ID_FAMILY 0xF1 /* Family ID for the WPCD376I */
#define WBCIR_ID_CHIP 0x04 /* Chip ID for the WPCD376I */
#define INVALID_SCANCODE 0x7FFFFFFF /* Invalid with all protos */
Expand Down Expand Up @@ -1007,7 +1007,7 @@ wbcir_probe(struct pnp_dev *device, const struct pnp_device_id *dev_id)
}

data->dev->driver_type = RC_DRIVER_IR_RAW;
data->dev->driver_name = WBCIR_NAME;
data->dev->driver_name = DRVNAME;
data->dev->input_name = WBCIR_NAME;
data->dev->input_phys = "wbcir/cir0";
data->dev->input_id.bustype = BUS_HOST;
Expand Down

0 comments on commit 49a07aa

Please sign in to comment.