Bug 15949 - gspca does not recognize supported camera
Summary: gspca does not recognize supported camera
Status: RESOLVED PATCH_ALREADY_AVAILABLE
Alias: None
Product: v4l-dvb
Classification: Unclassified
Component: v4l-other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Jean-Francois Moine
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-09 18:58 UTC by bedorlan
Modified: 2011-05-16 10:22 UTC (History)
1 user (show)

See Also:
Kernel Version: v2.6.34-rc6
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description bedorlan 2010-05-09 18:58:36 UTC
The usb camera ID 0c45:602e Microdia VideoCAM Messenger or Genius VideoCam Messenger, is bad supported by the driver sn9c102. The good driver is the gspca, but is restricted by the next lines follow:

[linux/kernel/git/torvalds/linux-2.6.git] / drivers / media / video / gspca / sonixb.c

#if !defined CONFIG_USB_SN9C102 && !defined CONFIG_USB_SN9C102_MODULE
        {USB_DEVICE(0x0c45, 0x602e), SB(OV7630, 102)},
#endif

The driver for this camera should be gspca instead of sn9c102.
tx
Comment 1 Andrew Morton 2010-05-10 21:53:16 UTC
Recategorised to v4l/dvb, assigned to Jean-Francois.
Comment 2 Jean-Francois Moine 2011-05-16 10:22:35 UTC
The problem has been fixed by the git commit
040000ae7d27d9229959f4a4e9d67cf6c93e8ef8

Note You need to log in before you can comment on or make changes to this bug.