Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226293
b: refs/heads/master
c: 5ad1a55
h: refs/heads/master
i:
  226291: 7e29d48
v: v3
  • Loading branch information
Paul Bender authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent fe4916a commit e9ef2ad
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 5df465df7bd9c352289ca63d4d9f78299be72c7d
refs/heads/master: 5ad1a55542dd69d2c6aa7db5ca79073d693bbfed
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/mceusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ static struct rc_dev *mceusb_init_rc_dev(struct mceusb_dev *ir)

snprintf(ir->name, sizeof(ir->name), "%s (%04x:%04x)",
mceusb_model[ir->model].name ?
mceusb_model[ir->model].name :
mceusb_model[ir->model].name :
"Media Center Ed. eHome Infrared Remote Transceiver",
le16_to_cpu(ir->usbdev->descriptor.idVendor),
le16_to_cpu(ir->usbdev->descriptor.idProduct));
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/rc/streamzap.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ static struct rc_dev *streamzap_init_rc_dev(struct streamzap_ir *sz)

rdev->input_name = sz->name;
rdev->input_phys = sz->phys;
usb_to_input_id(sz->usbdev, &rdev->input_id);
rdev->dev.parent = dev;
rdev->priv = sz;
rdev->driver_type = RC_DRIVER_IR_RAW;
rdev->allowed_protos = RC_TYPE_ALL;
Expand Down

0 comments on commit e9ef2ad

Please sign in to comment.