diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-22 20:52:03 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-22 20:52:03 -0200 |
commit | de00985e053e5742126ccd5299ac49047fecec88 (patch) | |
tree | 552032607812c7512db3b0a271ee76c2d43626d5 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |
parent | 942a41fc50cf6a55b959fd4470ce7a1ace120dfb (diff) | |
parent | c475839553c110df9e43e58998cd37d05a34de20 (diff) | |
download | mediapointer-dvb-s2-de00985e053e5742126ccd5299ac49047fecec88.tar.gz mediapointer-dvb-s2-de00985e053e5742126ccd5299ac49047fecec88.tar.bz2 |
merge: http://linuxtv.org/hg/~anttip/af9015/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index de7ee7264..d96f0f510 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h @@ -195,8 +195,20 @@ struct pvr2_hdw { struct mutex big_lock_mutex; int big_lock_held; /* For debugging */ + /* This is a simple string which identifies the instance of this + driver. It is unique within the set of existing devices, but + there is no attempt to keep the name consistent with the same + physical device each time. */ char name[32]; + /* This is a simple string which identifies the physical device + instance itself - if possible. (If not possible, then it is + based on the specific driver instance, similar to name above.) + The idea here is that userspace might hopefully be able to use + this recognize specific tuners. It will encode a serial number, + if available. */ + char identifier[32]; + /* I2C stuff */ struct i2c_adapter i2c_adap; struct i2c_algorithm i2c_algo; |