Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14559
b: refs/heads/master
c: db93a82
h: refs/heads/master
i:
  14557: de31267
  14555: f828c07
  14551: 5fd2527
  14543: b53a9d2
  14527: a85bd3a
v: v3
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Nov 20, 2005
1 parent 818f542 commit 392504b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9e18fcdd346c6befdac360c047327fb058f33628
refs/heads/master: db93a82fa9d8b4d6e31c227922eaae829253bb88
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/cinergyT2/cinergyT2.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ static int cinergyt2_register_rc(struct cinergyt2 *cinergyt2)
input_dev->name = DRIVER_NAME " remote control";
input_dev->phys = cinergyt2->phys;
input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP);
for (i = 0; ARRAY_SIZE(rc_keys); i += 3)
for (i = 0; i < ARRAY_SIZE(rc_keys); i += 3)
set_bit(rc_keys[i + 2], input_dev->keybit);
input_dev->keycodesize = 0;
input_dev->keycodemax = 0;
Expand Down

0 comments on commit 392504b

Please sign in to comment.