[PATCH] em28xx: Add entry for GADMEI UTV330+ and related IR codec

2009-08-20 Thread Shine Liu
Patch to support for the GADMEI UTV330+ board. IR codec this board is also added. Based and tested on linux-2.6.31-rc6 Signed-off-by: Shine Liu shi...@foxmail.com --- --- a/drivers/media/video/em28xx/em28xx-cards.c 2009-08-14

[PATCH] em28xx: Add entry for GADMEI UTV330+ and related IR codec

2009-08-20 Thread Shine Liu
Patch to support for the GADMEI UTV330+ board. IR codec this board is also added. Based and tested on linux-2.6.31-rc6 Signed-off-by: Shine Liu shi...@foxmail.com --- --- a/drivers/media/video/em28xx/em28xx-cards.c 2009-08-14

Re: [PATCH] em28xx: Add entry for GADMEI UTV330+ and related IR codec

2009-08-20 Thread Devin Heitmueller
On Thu, Aug 20, 2009 at 1:54 PM, Shine Liushi...@foxmail.com wrote: Patch to support for the GADMEI UTV330+ board. IR codec this board is also added. Based and tested on linux-2.6.31-rc6 Signed-off-by: Shine Liu shi...@foxmail.com

Re: [PATCH] em28xx: Add entry for GADMEI UTV330+ and related IR codec

2009-08-20 Thread Shine Liu
Hello Shine, This patch has a problem. Your change makes it so that any device that uses the default Empia USB ID will become the Gademi board, which will cause breakage. When vendors don't assign their own USB ID, we rely on either the eeprom has or i2c_hash field to make the

Re: [PATCH] em28xx: Add entry for GADMEI UTV330+ and related IR codec

2009-08-20 Thread Shine Liu
Hi Devin, Thanks for your suggestion. From the dmesg, I got the information: em28xx #0: Board i2c devicelist hash is 0x4ba50080 I've regenerated the patch used the i2c hash value 0x4ba50080. |---| |Sorry for the last wrong mail,

Re: [PATCH] em28xx: Add entry for GADMEI UTV330+ and related IR codec

2009-08-20 Thread Devin Heitmueller
On Thu, Aug 20, 2009 at 2:45 PM, Shine Liushi...@foxmail.com wrote: Hi Devin, Thanks for your suggestion. From the dmesg, I got the information: em28xx #0: Board i2c devicelist hash is 0x4ba50080 I've regenerated the patch used the i2c hash value 0x4ba50080.