Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125552
b: refs/heads/master
c: 763d19b
h: refs/heads/master
v: v3
  • Loading branch information
Kay Sievers authored and Mauro Carvalho Chehab committed Jan 3, 2009
1 parent ba947aa commit 01648da
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 03fb02c604d68156c0828e3950094f18ce529385
refs/heads/master: 763d19bb90a005a339b7d5ba70a710bb17db2bab
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-core/dvbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,9 @@ static int dvb_uevent(struct device *dev, struct kobj_uevent_env *env)
{
struct dvb_device *dvbdev = dev_get_drvdata(dev);

add_uevent_var(env, "DVB_DEVICE_NUM=%d", dvbdev->id);
add_uevent_var(env, "DVB_ADAPTER_NUM=%d", dvbdev->adapter->num);
add_uevent_var(env, "DVB_DEVICE_TYPE=%s", dnames[dvbdev->type]);
add_uevent_var(env, "DVB_DEVICE_NUM=%d", dvbdev->id);
return 0;
}

Expand Down

0 comments on commit 01648da

Please sign in to comment.