[PATCH] staging/dt3155v4l: use PCI_VENDOR_ID_INTEL

2014-03-03 Thread Jon Mason
Use PCI_VENDOR_ID_INTEL instead of creating its own vendor ID #define. Signed-off-by: Jon Mason Cc: Mauro Carvalho Chehab --- drivers/staging/media/dt3155v4l/dt3155v4l.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c b

Driver for r5u870 USB webcams

2011-04-21 Thread Jon Mason
My laptop has the "Ricoh Co., Ltd Visual Communication Camera VGP-VCC7 [R5U870]" webcam. A quick scan of the kernel does not show the USB ID listed. `lsusb` has it listed as: Bus 001 Device 005: ID 05ca:183a Ricoh Co., Ltd Visual Communication Camera VGP-VCC7 [R5U870] I managed to find a Linux

PCI: make pci_restore_state return void

2010-11-30 Thread Jon Mason
pci_restore_state only ever returns 0, thus there is no benefit in having it return any value. Also, a large majority of the callers do not check the return code of pci_restore_state. Make the pci_restore_state a void return and avoid the overhead. Signed-off-by: Jon Mason --- drivers/media