Re: [PATCH RFC] gspca_sonixj: handle return values from USB subsystem

2010-10-18 Thread Németh Márton
Hi, Jean-Francois Moine írta: > On Sun, 17 Oct 2010 16:45:03 +0200 > Németh Márton wrote: > >> The usb_control_msg() may return error at any time so it is necessary >> to handle it. The error handling mechanism is taken from the pac7302. >> >> The resulting driver was tested with hama AC-150 webc

Re: [PATCH RFC] gspca_sonixj: handle return values from USB subsystem

2010-10-17 Thread Jean-Francois Moine
On Sun, 17 Oct 2010 16:45:03 +0200 Németh Márton wrote: > The usb_control_msg() may return error at any time so it is necessary > to handle it. The error handling mechanism is taken from the pac7302. > > The resulting driver was tested with hama AC-150 webcam (USB ID > 0c45:6142). Hi Németh, T

[PATCH RFC] gspca_sonixj: handle return values from USB subsystem

2010-10-17 Thread Németh Márton
From: Márton Németh The usb_control_msg() may return error at any time so it is necessary to handle it. The error handling mechanism is taken from the pac7302. The resulting driver was tested with hama AC-150 webcam (USB ID 0c45:6142). Signed-off-by: Márton Németh --- diff -upr d/drivers/media