<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> h0rsep0wer: In windows, I have installed the drivers and edited the pid 2750, and replaced with 5052, and everything worked correctly(the camera was recognized) <br> so, I confirmed this camera is really an eb1a:2750, but it shows as an eb1a:5052. <br> In linux I've tried to edit the source code and adding this pid line but it's not working, the camera is not being recognized. <br> How I can do that? <br> If someone knows the solution or if linuxtv can add this pid to the supported devices, please do this. I will log out in some minutes, but will check the logs later. mchehab: <u>h0rsep0wer</u>: you should modify the driver and recompile the Kernel <br> it shouldn't be hard, if the camera is really identical to eb1a:2750 <br> just add this: <br> + { USB_DEVICE(0xeb1a, 0x5052), <br> + .driver_info = EM2750_BOARD_UNKNOWN }, <br> to: <br> struct usb_device_id em28xx_id_table[] = { <br> you'll need to recompile the Kernel through <br> (or use media-build) <br> see the wiki pages at linuxtv.org <br> if you manage to get it working, please send us a patch to linux-media@vger.kernel.org with the patch <br> if it doesn't work, send the results you got