index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-27
[media] TeVii DVB-S s421 and s632 cards support
Igor M. Liplianin
1
-7
/
+99
2012-12-27
[media] em28xx: rename module parameter prefer_bulk to usb_xfer_mode
Frank Schaefer
1
-5
/
+6
2012-12-27
[media] make the other drivers take use of the new ts2020 driver
Konstantin Dimitrov
2
-0
/
+18
2012-12-27
[media] it913x: add support for Avermedia A835B
Eddi De Pieri
1
-0
/
+12
2012-12-27
[media] au0828: Replace memcpy with struct assignment
Ezequiel Garcia
2
-7
/
+4
2012-12-27
[media] dvb-usb/friio-fe: Replace memcpy with struct assignment
Ezequiel Garcia
1
-3
/
+2
2012-12-27
[media] hdpvr: Replace memcpy with struct assignment
Ezequiel Garcia
1
-2
/
+1
2012-12-27
[media] pvrusb2: Replace memcpy with struct assignment
Ezequiel Garcia
3
-5
/
+4
2012-12-27
[media] pwc: Replace memcpy with struct assignment
Ezequiel Garcia
1
-1
/
+1
2012-12-27
[media] sn9c102: Replace memcpy with struct assignment
Ezequiel Garcia
1
-2
/
+2
2012-12-27
[media] usbvision: Replace memcpy with struct assignment
Ezequiel Garcia
1
-2
/
+1
2012-12-27
[media] cx231xx: Replace memcpy with struct assignment
Ezequiel Garcia
2
-3
/
+2
2012-12-27
[media] m920x: add support for the VP-7049 Twinhan DVB-T USB Stick
Antonio Ospite
1
-0
/
+123
2012-12-27
[media] m920x: send the RC init sequence also when rc.core is used
Antonio Ospite
1
-1
/
+1
2012-12-27
[media] m920x: Fix CodingStyle issues
Mauro Carvalho Chehab
1
-2
/
+6
2012-12-27
[media] m920x: introduce m920x_rc_core_query()
Antonio Ospite
1
-0
/
+32
2012-12-27
[media] m920x: avoid repeating RC state parsing at each keycode
Antonio Ospite
1
-1
/
+2
2012-12-27
[media] m920x: factor out a m920x_parse_rc_state() function
Antonio Ospite
1
-37
/
+44
2012-12-27
[media] m920x: factor out a m920x_write_seq() function
Antonio Ospite
1
-9
/
+19
2012-12-27
[media] m920x: fix a typo in a comment
Antonio Ospite
1
-1
/
+1
2012-12-27
[media] dvb-usb: fix indentation of a for loop
Antonio Ospite
1
-30
/
+30
2012-12-27
[media] cx231xx : Add support for Elgato Video Capture V2
Alf Høgemark
2
-0
/
+30
2012-12-23
[media] it913x: fix correct endpoint size when pid filter on
Malcolm Priestley
1
-1
/
+2
2012-12-23
[media] em28xx: prefer bulk mode on webcams
Mauro Carvalho Chehab
1
-11
/
+25
2012-12-23
[media] em28xx: make the logs reflect the specific chip name
Mauro Carvalho Chehab
1
-13
/
+33
2012-12-23
Partly revert "[media] uvcvideo: Set error_idx properly for extended controls API failures"
Rafael J. Wysocki
2
-18
/
+13
2012-12-23
[media] em28xx: display the isoc/bulk mode
Mauro Carvalho Chehab
1
-13
/
+18
2012-12-23
[media] em28xx: prefer_bulk parameter is read-only
Mauro Carvalho Chehab
1
-1
/
+1
2012-12-22
[media] em28xx: clean up the data type mess of the i2c transfer function parameters
Frank Schaefer
1
-17
/
+11
2012-12-22
[media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video()
Frank Schaefer
1
-46
/
+21
2012-12-22
[media] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function
Frank Schaefer
1
-80
/
+90
2012-12-22
[media] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=0 and capture_type=2 to a function
Frank Schaefer
1
-20
/
+25
2012-12-22
[media] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer
Frank Schaefer
2
-20
/
+12
2012-12-22
[media] em28xx: refactor VBI data processing code in em28xx_urb_data_copy()
Frank Schaefer
1
-40
/
+35
2012-12-22
[media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx_buffer
Frank Schaefer
2
-32
/
+29
2012-12-22
[media] em28xx: remove obsolete field 'frame' from struct em28xx_buffer
Frank Schaefer
1
-1
/
+0
2012-12-22
[media] em28xx: use common function for video and vbi buffer completion
Frank Schaefer
1
-29
/
+5
2012-12-22
[media] em28xx: refactor get_next_buf() and use it for vbi data, too
Frank Schaefer
1
-43
/
+15
2012-12-22
[media] em28xx: use common urb data copying function for vbi and non-vbi data streams
Frank Schaefer
2
-124
/
+9
2012-12-22
[media] em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if needed
Frank Schaefer
1
-3
/
+2
2012-12-22
[media] em28xx: fix capture type setting in em28xx_urb_data_copy_vbi()
Frank Schaefer
2
-17
/
+11
2012-12-22
[media] em28xx: make sure the packet size is >= 4 before checking for headers in em28xx_urb_data_copy_vbi()
Frank Schaefer
1
-21
/
+24
2012-12-22
[media] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi()
Frank Schaefer
1
-18
/
+2
2012-12-22
[media] em28xx: add module parameter for selection of the preferred USB transfer type
Frank Schaefer
1
-2
/
+9
2012-12-22
[media] em28xx: improve USB endpoint logic, also use bulk transfers
Frank Schaefer
6
-40
/
+147
2012-12-22
[media] em28xx: set USB alternate settings for analog video bulk transfers properly
Frank Schaefer
1
-8
/
+15
2012-12-22
[media] em28xx: add fields for analog and DVB USB transfer type selection to struct em28xx
Frank Schaefer
1
-0
/
+4
2012-12-22
[media] em28xx: rename some USB parameter fields in struct em28xx to clarify their role
Frank Schaefer
5
-22
/
+26
2012-12-22
[media] em28xx: rename function em28xx_dvb_isoc_copy and extend for USB bulk transfers
Frank Schaefer
1
-13
/
+31
2012-12-22
[media] em28xx: rename function em28xx_isoc_copy_vbi and extend for USB bulk transfers
Frank Schaefer
1
-27
/
+43
[prev]
[next]