Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 0/3] Some improvements/fixes for Siano driver
@ 2013-09-12 19:59 Mauro Carvalho Chehab
  2013-09-12 19:59 ` [PATCH 1/3] [media] siano: Don't show debug messages as errors Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2013-09-12 19:59 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
	Mauro Carvalho Chehab

I got a few reports those days about Siano regressions/issues.

The first one was reported at:
       https://bugzilla.kernel.org/show_bug.cgi?id=60645

While its fix was already upstream, the "error" messages there doesn't
help, as it induced people to believe that it was a firmware related
error.

The second one was reported via IRC, and it is related to the first
generation of Siano devices (sms1000).

It was a regression caused on kernel 3.9, that made those devices to
fail.

It turns that, on those devices, the driver should first initialize
one USB ID and load a firmware. After firmware load, the device got
replaced by another USB ID, and the device initialization can be
done, on a diferent USB Interface.

This series fixes the second issue and improves the debug message,
in order to make easier to identify what's going wrong at the
init process.

Mauro Carvalho Chehab (3):
  [media] siano: Don't show debug messages as errors
  [media] siano: Improve debug/info messages
  [media] siano: Fix initialization for Stellar models

 drivers/media/common/siano/smscoreapi.c |  4 ++--
 drivers/media/usb/siano/smsusb.c        | 40 +++++++++++++++++++++++----------
 2 files changed, 30 insertions(+), 14 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-09-12 23:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12 19:59 [PATCH 0/3] Some improvements/fixes for Siano driver Mauro Carvalho Chehab
2013-09-12 19:59 ` [PATCH 1/3] [media] siano: Don't show debug messages as errors Mauro Carvalho Chehab
2013-09-12 23:28   ` André Roth
2013-09-12 19:59 ` [PATCH 2/3] [media] siano: Improve debug/info messages Mauro Carvalho Chehab
2013-09-12 23:28   ` André Roth
2013-09-12 20:00 ` [PATCH 3/3] [media] siano: Fix initialization for Stellar models Mauro Carvalho Chehab
2013-09-12 23:29   ` André Roth
2013-09-12 23:32   ` André Roth
2013-09-12 20:04 ` [PATCH 4/3] [media] siano: Use the default firmware for Stellar Mauro Carvalho Chehab
2013-09-12 23:33   ` André Roth
2013-09-12 23:35 ` [PATCH 0/3] Some improvements/fixes for Siano driver André Roth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox