index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
em28xx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] em28xx-cards: properly initialize the device bitmap
Mauro Carvalho Chehab
2014-01-15
1
-5
/
+5
*
[media] em28xx-audio: remove needless check before usb_free_coherent()
Wei Yongjun
2014-01-15
1
-5
/
+3
*
[media] em28xx-audio: provide an error code when URB submit fails
Mauro Carvalho Chehab
2014-01-14
1
-3
/
+3
*
[media] em28xx: fix check for audio only usb interfaces when changing the usb...
Frank Schaefer
2014-01-14
1
-2
/
+13
*
[media] em28xx: fix usb alternate setting for analog and digital video endpoi...
Frank Schaefer
2014-01-14
5
-14
/
+13
*
[media] em28xx: make 'em28xx_ctrl_ops' static
Fengguang Wu
2014-01-14
1
-1
/
+1
*
em28xx-alsa: Fix error patch for init/fini
Mauro Carvalho Chehab
2014-01-14
1
-4
/
+5
*
[media] em28xx-audio: flush work at .fini
Mauro Carvalho Chehab
2014-01-14
1
-0
/
+2
*
[media] drxk: remove the option to load firmware asynchronously
Mauro Carvalho Chehab
2014-01-14
1
-5
/
+0
*
[media] em28xx: adjust period size at runtime
Mauro Carvalho Chehab
2014-01-14
2
-0
/
+10
*
[media] em28xx: push mutex down to extensions on .fini callback
Mauro Carvalho Chehab
2014-01-14
2
-2
/
+3
*
[media] em28xx: Fix usb diconnect logic
Mauro Carvalho Chehab
2014-01-14
1
-6
/
+1
*
[media] em28xx: print a message at disconnect
Mauro Carvalho Chehab
2014-01-14
4
-0
/
+8
*
[media] em28xx-audio: disconnect before freeing URBs
Mauro Carvalho Chehab
2014-01-14
1
-0
/
+1
*
[media] em28xx-audio: simplify error handling
Mauro Carvalho Chehab
2014-01-14
1
-13
/
+14
*
[media] em28xx-audio: fix return code on device disconnect
Mauro Carvalho Chehab
2014-01-14
1
-1
/
+1
*
[media] em28xx-v4l: fix the freeing of the video devices memory
Frank Schaefer
2014-01-14
1
-26
/
+30
*
[media] em28xx: always call em28xx_release_resources() in the usb disconnect ...
Frank Schaefer
2014-01-14
2
-8
/
+5
*
[media] em28xx-v4l: move v4l2_ctrl_handler freeing and v4l2_device unregistra...
Frank Schaefer
2014-01-14
1
-3
/
+4
*
[media] em28xx: move v4l2 dummy clock deregistration from the core to the v4l...
Frank Schaefer
2014-01-14
2
-3
/
+6
*
[media] em28xx: move v4l2_device_disconnect() call from the core to the v4l e...
Frank Schaefer
2014-01-14
2
-10
/
+5
*
[media] em28xx: move usb transfer uninit on device disconnect from the core t...
Frank Schaefer
2014-01-14
2
-3
/
+3
*
[media] em28xx: move usb buffer pre-allocation and transfer uninit from the c...
Frank Schaefer
2014-01-14
2
-21
/
+23
*
[media] em28xx-v4l: fix device initialization in em28xx_v4l2_open() for radio...
Frank Schaefer
2014-01-14
1
-5
/
+11
*
[media] em28xx: fix xc3028 demod and firmware setup on DVB
Mauro Carvalho Chehab
2014-01-13
4
-48
/
+55
*
[media] em28xx-audio: return -ENODEV when the device is disconnected
Mauro Carvalho Chehab
2014-01-12
1
-2
/
+41
*
[media] em28xx-audio: split URB initialization code
Mauro Carvalho Chehab
2014-01-12
1
-69
/
+76
*
[media] em28xx-audio: don't wait for lock in non-block mode
Mauro Carvalho Chehab
2014-01-12
1
-5
/
+43
*
[media] em28xx-audio: fix the period size in bytes
Mauro Carvalho Chehab
2014-01-12
1
-3
/
+15
*
[media] em28xx-audio: don't hardcode audio URB calculus
Mauro Carvalho Chehab
2014-01-12
2
-38
/
+111
*
[media] em28xx-audio: Fix error path
Mauro Carvalho Chehab
2014-01-12
1
-0
/
+3
*
[media] em28xx-audio: use bInterval on em28xx-audio
Mauro Carvalho Chehab
2014-01-12
1
-1
/
+38
*
[media] em28xx-i2c: add timeout debug information if i2c_debug enabled
Mauro Carvalho Chehab
2014-01-12
1
-3
/
+24
*
[media] em28xx-i2c: cleanup I2C debug messages
Mauro Carvalho Chehab
2014-01-12
1
-40
/
+44
*
[media] em28xx-i2c: Fix error code for I2C error transfers
Mauro Carvalho Chehab
2014-01-12
1
-17
/
+20
*
[media] em28xx: use a better value for I2C timeouts
Mauro Carvalho Chehab
2014-01-10
1
-2
/
+15
*
[media] em28xx: rename I2C timeout to EM28XX_I2C_XFER_TIMEOUT
Mauro Carvalho Chehab
2014-01-10
1
-3
/
+3
*
[media] em28xx: convert i2c wait completion logic to use jiffies
Mauro Carvalho Chehab
2014-01-10
1
-30
/
+31
*
[media] em28xx: properly implement AC97 wait code
Mauro Carvalho Chehab
2014-01-10
2
-2
/
+8
*
[media] em28xx-audio: allocate URBs at device driver init
Mauro Carvalho Chehab
2014-01-10
1
-55
/
+73
*
[media] em28xx: use usb_alloc_coherent() for audio
Mauro Carvalho Chehab
2014-01-10
1
-11
/
+20
*
[media] em28xx: fix I2S audio sample rate definitions and info output
Frank Schaefer
2014-01-07
4
-19
/
+28
*
[media] export em28xx_release_resources() symbol
Mauro Carvalho Chehab
2014-01-07
1
-0
/
+1
*
[media] media: Remove OOM message after input_allocate_device
Joe Perches
2014-01-07
1
-3
/
+1
*
[media] em28xx: only initialize extensions on the main interface
Mauro Carvalho Chehab
2014-01-07
1
-0
/
+12
*
[media] em28xx: prevent registering wrong interfaces for audio-only
Mauro Carvalho Chehab
2014-01-07
3
-0
/
+30
*
[media] em28xx: unify module version
Mauro Carvalho Chehab
2014-01-07
6
-8
/
+9
*
[media] em28xx: check if a device has audio earlier
Mauro Carvalho Chehab
2014-01-07
2
-11
/
+12
*
[media] em28xx: improve extension information messages
Mauro Carvalho Chehab
2014-01-07
5
-7
/
+15
*
[media] em28xx: make em28xx-video to be a separate module
Mauro Carvalho Chehab
2014-01-07
9
-69
/
+102
[next]