All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Matthias Hahn <pmhahn@pmhahn.de>
To: Hans Verkuil <hverkuil@kernel.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Philipp Matthias Hahn <pmhahn@pmhahn.de>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2] media: gspca: Handle SENSOR_HV7131R
Date: Fri, 17 Apr 2026 14:05:06 +0200	[thread overview]
Message-ID: <cover.1776426352.git.pmhahn@pmhahn.de> (raw)
In-Reply-To: <cover.1776323993.git.pmhahn@pmhahn.de>

I found an old USB webcam 0c45:602d Microdia VideoCAM ExpressII.
`vlc` triggeres two OOPS as soon as I open the device.

The first patch prevents those OOPSes, while the 2nd fixes a minor spelling
mistake.

The camera still does not work and I get the following error:
> sonixb 1-3:1.0: i2c error writing c0 11 31 38 2a 2e 00 10

I'm still investigating the old driver sn9c102_hv7131r.c from [1], but so far
was unable to make progress. So feel free to apply this now. Thank you.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c0e11a2a24db782341f456877d19b9390c5998a9

---
v1 -> v2:
- Use __func__ instead of hard-coding the function name
- Break long code lines over 100 character long
- Break long commit message lines over 72 character long

Philipp Matthias Hahn (2):
  media: gspca: Handle SENSOR_HV7131R
  media: gspca: Fix comment in sd_init()

 drivers/media/usb/gspca/sonixb.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

-- 
2.47.3


  parent reply	other threads:[~2026-04-17 12:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-16  7:34 [PATCH] media: gspca: Handle SENSOR_HV7131R Philipp Matthias Hahn
2026-04-16  7:34 ` Philipp Matthias Hahn
2026-04-16  7:34 ` [PATCH] media: gspca: Fix comment in sd_init() Philipp Matthias Hahn
2026-04-17 12:05 ` Philipp Matthias Hahn [this message]
2026-04-17 12:05   ` [PATCH v2] media: gspca: Handle SENSOR_HV7131R Philipp Matthias Hahn
2026-04-17 12:05   ` [PATCH v2] media: gspca: Fix comment in sd_init() Philipp Matthias Hahn
2026-04-20 13:54   ` [PATCH v3] media: gspca: Handle SENSOR_HV7131R Philipp Matthias Hahn
2026-04-20 13:54     ` Philipp Matthias Hahn
2026-05-05 13:34       ` Hans Verkuil
2026-04-20 13:54     ` [PATCH v3] media: gspca: Fix comment in sd_init() Philipp Matthias Hahn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1776426352.git.pmhahn@pmhahn.de \
    --to=pmhahn@pmhahn.de \
    --cc=hverkuil@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.