Skip to content

Commit

Permalink
media: poseidon: Depend on PM_RUNTIME
Browse files Browse the repository at this point in the history
This is a stable-only patch as the driver has been removed upstream.

Commit c2b7146 "USB: core: Fix bug caused by duplicate interface
PM usage counter" switched USB to using only the standard runtime PM
mechanism.  In my backport I changed poseidon to read the runtime PM
counter, but that means it now needs to depend on PM_RUNTIME.

Reported-by: Thomas Bork <tom@eisfair.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
  • Loading branch information
Ben Hutchings committed Sep 23, 2019
1 parent 0bd1188 commit 2be081b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/usb/tlg2300/Kconfig
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ config VIDEO_TLG2300
select VIDEOBUF_VMALLOC
select SND_PCM
select VIDEOBUF_DVB
depends on PM_RUNTIME

---help---
This is a video4linux driver for Telegent tlg2300 based TV cards.

0 comments on commit 2be081b

Please sign in to comment.