Bug 13419
Summary: | gspca: /dev/video0 changes to /dev/video1 after suspend | ||
---|---|---|---|
Product: | v4l-dvb | Reporter: | Márton Németh (nm127) |
Component: | webcam | Assignee: | webcam (v4l-dvb_webcam) |
Status: | CLOSED OBSOLETE | ||
Severity: | normal | CC: | alan, moinejf |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.30-rc7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg of 2.6.30-rc7
.config 2.6.30-rc7 on EeePC 901 dmesg, gspca_main loaded with parameter "debug=0x107" 2.6.30-rc7 kernel config with CONFIG_PM_DEBUG=y |
Description
Márton Németh
2009-06-01 05:59:47 UTC
Created attachment 21678 [details]
.config 2.6.30-rc7 on EeePC 901
The "INFO: possible circular locking dependency detected" error message appears right after the svv was started. No suspend is needed to reproduce this message. Created attachment 21679 [details]
dmesg, gspca_main loaded with parameter "debug=0x107"
I loaded gspca_main with debug outputs:
1. Reboot the system
2. modprobe -k gspca_main debug=0x107
3. Plug in the "Trust 610 LCD POWERC@M ZOOM" device in webcam mode
4. Start svv
5. Suspend the machine.
6. Resume the machine
Created attachment 21692 [details]
2.6.30-rc7 kernel config with CONFIG_PM_DEBUG=y
I compiled the kernel with CONFIG_PM_DEBUG=y and did some testing with the /sys/power/pm_test settings:
/sys/power/pm_test | result
-------------------+-----------------------------------
freezer | works
devices | works
platform | works
processors | works
core | works
none | does not work as described before
|