index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: usb: fix several typos
Mauro Carvalho Chehab
2019-03-01
53
-81
/
+81
*
media: uvcvideo: Use usb_make_path to fill in usb_info
Hans Verkuil
2019-02-18
1
-1
/
+1
*
media: uvcvideo: Fix smatch warning
Hans Verkuil
2019-02-18
1
-2
/
+4
*
media: hdpvr: fix smatch warning
Hans Verkuil
2019-02-07
1
-7
/
+7
*
media: usbvision: use u64 for the timestamp internally
Hans Verkuil
2019-02-07
3
-4
/
+4
*
media: stkwebcam: use u64 for the timestamp internally
Hans Verkuil
2019-02-07
1
-1
/
+1
*
media: cpia2: use u64 for the timestamp internally
Hans Verkuil
2019-02-07
3
-10
/
+5
*
media: videobuf: use u64 for the timestamp internally
Hans Verkuil
2019-02-07
5
-7
/
+7
*
media: uvcvideo: Avoid NULL pointer dereference at the end of streaming
Sakari Ailus
2019-02-07
1
-0
/
+8
*
media: uvcvideo: Fix 'type' check leading to overflow
Alistair Strachan
2019-02-07
1
-3
/
+11
*
media: gspca: ov534-ov772x: remove unnecessary COM3 initialization
Philipp Zabel
2019-01-16
1
-4
/
+0
*
media: gspca: ov534-ov722x: remove camera clock setup from bridge_init
Philipp Zabel
2019-01-16
1
-2
/
+0
*
media: gspca: ov534-ov722x: remove mode specific video data registers from br...
Philipp Zabel
2019-01-16
1
-9
/
+0
*
media: gspca: ov534-ov772x: add SGBRG8 bayer mode support
Philipp Zabel
2019-01-16
1
-17
/
+98
*
media: gspca: ov543-ov772x: move video format specific registers into bridge_...
Philipp Zabel
2019-01-16
1
-9
/
+10
*
media: gspca: support multiple pixel formats in TRY_FMT
Philipp Zabel
2019-01-16
1
-2
/
+8
*
media: gspca: support multiple pixel formats in ENUM_FRAMEINTERVALS
Philipp Zabel
2019-01-16
1
-3
/
+5
*
media: gspca: ov534: replace msleep(10) with usleep_range
Philipp Zabel
2019-01-16
1
-2
/
+2
*
media: gspca: mt9m111: Check write_bridge for timeout
Aditya Pakki
2019-01-16
1
-3
/
+5
*
media: gspca: Check the return value of write_bridge for timeout
Aditya Pakki
2019-01-16
1
-2
/
+6
*
media: usb: gspca: add a missed check for goto_low_power
Kangjie Lu
2019-01-16
1
-1
/
+5
*
media: usb: gspca: add a missed return-value check for do_command
Kangjie Lu
2019-01-16
1
-2
/
+6
*
media: v4l2-ctrls.c/uvc: zero v4l2_event
Hans Verkuil
2019-01-16
1
-1
/
+1
*
media: usb: pwc: Don't use coherent DMA buffers for ISO transfer
Matwey V. Kornilov
2019-01-16
1
-13
/
+49
*
media: usb: pwc: Introduce TRACE_EVENTs for pwc_isoc_handler()
Matwey V. Kornilov
2019-01-16
1
-0
/
+7
*
media: siano: Use kmemdup instead of duplicating its function
Wen Yang
2018-12-07
1
-2
/
+1
*
media: pvrusb2: fix spelling mistake "statuss" -> "status"
Colin Ian King
2018-12-07
1
-1
/
+1
*
media: lmedm04: Move interrupt buffer to priv buffer.
Malcolm Priestley
2018-12-07
1
-19
/
+9
*
media: lmedm04: Add missing usb_free_urb to free interrupt urb.
Malcolm Priestley
2018-12-07
1
-0
/
+1
*
media: stkwebcam: Bugfix for wrong return values
Andreas Pape
2018-12-05
1
-1
/
+5
*
media: stkwebcam: Support for ASUS A6VM notebook added.
Andreas Pape
2018-12-05
1
-0
/
+7
*
Merge commit '0072a0c14d5b7cb72c611d396f143f5dcd73ebe2' into patchwork
Mauro Carvalho Chehab
2018-12-05
1
-5
/
+6
|
\
|
*
media: gspca: fix frame overflow error
Hans Verkuil
2018-11-22
1
-5
/
+6
*
|
media: usb: dvb-usb: remove old friio driver
Corentin Labbe
2018-12-05
3
-1061
/
+0
*
|
media: lmedm04: use dvb_usbv2_generic_rw_locked
Malcolm Priestley
2018-12-05
1
-30
/
+12
*
|
media: lmedm04: Move usb buffer to lme2510_state.
Malcolm Priestley
2018-12-05
1
-32
/
+3
*
|
media: rtl28xxu: add support for Sony CXD2837ER slave demod
Nikita Gerasimov
2018-12-05
3
-3
/
+42
*
|
media: uvcvideo: Utilise for_each_uvc_urb iterator
Kieran Bingham
2018-12-05
2
-25
/
+24
*
|
media: uvcvideo: Rename uvc_{un,}init_video()
Kieran Bingham
2018-12-05
1
-9
/
+11
*
|
media: uvcvideo: Split uvc_video_enable into two
Kieran Bingham
2018-12-05
3
-32
/
+30
*
|
media: uvcvideo: Move decode processing to process context
Kieran Bingham
2018-12-05
3
-24
/
+119
*
|
media: uvcvideo: Abstract streaming object lifetime
Kieran Bingham
2018-12-05
1
-16
/
+38
*
|
media: uvcvideo: queue: Support asynchronous buffer handling
Kieran Bingham
2018-12-05
2
-11
/
+54
*
|
media: uvcvideo: queue: Simplify spin-lock usage
Kieran Bingham
2018-12-05
1
-6
/
+8
*
|
media: uvcvideo: Protect queue internals with helper
Kieran Bingham
2018-12-05
3
-10
/
+30
*
|
media: uvcvideo: Convert decode functions to use new context structure
Kieran Bingham
2018-12-05
3
-13
/
+27
*
|
media: uvcvideo: Refactor URB descriptors
Kieran Bingham
2018-12-05
2
-22
/
+45
*
|
media: em28xx: fix spelling mistake, "Cinnergy" -> "Cinergy"
Colin Ian King
2018-12-03
1
-1
/
+1
*
|
media: uvcvideo: Refactor teardown of uvc on USB disconnect
Daniel Axtens
2018-12-03
3
-8
/
+18
*
|
media: uvcvideo: Add support for the CNF4 format
Sergey Dorodnicov
2018-12-03
2
-0
/
+8
[next]