Sign in
android-kvm
/
linux
/
78f686cae0c67a2edd167cbbe2f36017f0fa4b30
/
drivers
/
media
/
rc
3257057
[media] ir-rc5-decoder: print where decoding fails
by Mauro Carvalho Chehab
· 10 years ago
d24b69f
[media] rc-main: allow raw protocol drivers to restrict the allowed protos
by Mauro Carvalho Chehab
· 10 years ago
5b8c8d4
[media] mceusb: select default keytable based on vendor
by Mauro Carvalho Chehab
· 10 years ago
9683e01
[media] mceusb: add support for newer cx231xx devices
by Mauro Carvalho Chehab
· 10 years ago
1dee9b5
[media] rc: Add support for decoding XMP protocol
by Marcel J.E. Mol
· 11 years ago
356237d
[media] ati_remote: Better default keycodes
by George Spelvin
· 11 years ago
220edfb
[media] ati_remote: Add comments to keycode table
by George Spelvin
· 11 years ago
d701c83
[media] ati_remote: Sort buttons in top-to-bottom order
by George Spelvin
· 11 years ago
1e18270
[media] ati_remote: Use non-alomic __set_bit
by George Spelvin
· 11 years ago
89b0c0d
[media] ati_remote: Merge some duplicate code
by George Spelvin
· 11 years ago
3f245b9
[media] ati_remote: Shrink the ati_remote_tbl even more
by George Spelvin
· 11 years ago
8ecd5e3
[media] ati_remote: Generalize KIND_ACCEL to accept diagonals
by George Spelvin
· 11 years ago
f95589c
[media] ati_remote: Delete superfluous input_sync()
by George Spelvin
· 11 years ago
528abb9
[media] ati_remote: Shrink ati_remote_tbl structure
by George Spelvin
· 11 years ago
20d7e3c
[media] ati_remote: Check the checksum
by George Spelvin
· 11 years ago
d6740d8
[media] rc-core: fix various sparse warnings
by David Härdeman
· 11 years ago
4924a31
[media] rc-core: rename ir-raw.c
by David Härdeman
· 11 years ago
e87b540
[media] rc-core: merge rc5 and streamzap decoders
by David Härdeman
· 11 years ago
9d2f1d3
[media] rc-core: rename dev->scanmask to dev->scancode_mask
by David Härdeman
· 11 years ago
c5540fb
[media] rc-core: remove protocol arrays
by David Härdeman
· 11 years ago
da6e162
[media] rc-core: simplify sysfs code
by David Härdeman
· 11 years ago
0bc56cb
[media] saa7134: NEC scancode fix
by David Härdeman
· 11 years ago
120703f
[media] rc-core: document the protocol type
by David Härdeman
· 11 years ago
2886f01
[media] bt8xx: fixup RC5 decoding
by David Härdeman
· 11 years ago
b4e3e59
[media] rc: add sunxi-ir driver
by Alexander Bersenev
· 11 years ago
2ac6f63
[media] rc: img-ir: Expand copyright headers with GPL notices
by James Hogan
· 11 years ago
aaeb255
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into next
by Linus Torvalds
· 11 years ago
834b4d5
USB: media: streamzap: remove CONFIG_USB_DEBUG
by Greg Kroah-Hartman
· 11 years ago
3228bf8
USB: media: redrat3: remove CONFIG_USB_DEBUG usage
by Greg Kroah-Hartman
· 11 years ago
a36d5b61
USB: media: redrat3: remove unneeded tracing macro
by Greg Kroah-Hartman
· 11 years ago
0cacb46
[media] fix mceusb endpoint type identification/handling
by Matt DeVillier
· 11 years ago
99b0f3c
[media] rc-core: remove generic scancode filter
by David Härdeman
· 11 years ago
23c843b
[media] rc-core: split dev->s_filter
by David Härdeman
· 11 years ago
42f5e63
[media] rc-core: do not change 32bit NEC scancode format for now
by David Härdeman
· 11 years ago
b9e28d1f
[media] rc: img-ir: hw: Fix min/max bits setup
by James Hogan
· 11 years ago
32df34d
[media] rc: img-ir: jvc: Remove unused no-leader timings
by James Hogan
· 11 years ago
54ece68
[media] rc: img-ir: hw: Remove unnecessary semi-colon
by James Hogan
· 11 years ago
8ea5488
[media] media: rc-core: use %s in rc_map_get() module load
by Kees Cook
· 11 years ago
2629123
[media] rc-main: fix missing unlock if no devno left
by James Hogan
· 11 years ago
46b3508
[media] rc: img-ir: add Sanyo decoder module
by James Hogan
· 11 years ago
3c11305
[media] rc: img-ir: add Sharp decoder module
by James Hogan
· 11 years ago
e72b21ab
[media] rc: img-ir: add Sony decoder module
by James Hogan
· 11 years ago
6933653
[media] rc: img-ir: add JVC decoder module
by James Hogan
· 11 years ago
635abb7
[media] rc: img-ir: add NEC decoder module
by James Hogan
· 11 years ago
54b2912
[media] rc: img-ir: add to build
by James Hogan
· 11 years ago
30dd9e0
[media] rc: img-ir: add hardware decoder driver
by James Hogan
· 11 years ago
3fed7db
[media] rc: img-ir: add raw driver
by James Hogan
· 11 years ago
160a8f8
[media] rc: img-ir: add base driver
by James Hogan
· 11 years ago
6bea25a
[media] rc-main: automatically refresh filter on protocol change
by James Hogan
· 11 years ago
ab88c66
[media] rc: add wakeup_protocols sysfs file
by James Hogan
· 11 years ago
acff5f2
[media] rc: add allowed/enabled wakeup protocol masks
by James Hogan
· 11 years ago
1a1934f
[media] rc: abstract access to allowed/enabled protocols
by James Hogan
· 11 years ago
b8c7d915
[media] rc-main: add generic scancode filtering
by James Hogan
· 11 years ago
c3c2077
[media] nuvoton-cir: Activate PNP device when probing
by Antti Seppälä
· 11 years ago
7b802ce
[media] rc-main: store_filter: pass errors to userland
by James Hogan
· 11 years ago
37e59f8
[media, edac] Change my email address
by Mauro Carvalho Chehab
· 11 years ago
18bc174
[media] media: rc: change 32bit NEC scancode format
by James Hogan
· 11 years ago
00942d1
[media] media: rc: add sysfs scancode filtering interface
by James Hogan
· 11 years ago
324a667
[media] rc: ir-raw: Load ir-sharp-decoder module at init
by James Hogan
· 11 years ago
dee88f4
[media] nuvoton-cir: Don't touch PS/2 interrupts while initializing
by Antti Seppälä
· 11 years ago
6b4a16c
[media] mceusb: improve error logging
by Sean Young
· 11 years ago
776eced
[media] iguanair: simplify tx loop
by Sean Young
· 11 years ago
dd3a5a1
[media] iguanair: explain tx carrier setup
by Sean Young
· 11 years ago
1d184b0
[media] media: rc: add raw decoder for Sharp protocol
by James Hogan
· 11 years ago
38f2a21
[media] media: rc: add Sharp infrared protocol
by James Hogan
· 11 years ago
70a2f91
[media] media: rc: only turn on LED if keypress generated
by James Hogan
· 11 years ago
692a228
[media] rc-core: ir_core_dev_number can be static
by Fengguang Wu
· 11 years ago
587d1b06
[media] rc-core: reuse device numbers
by Mauro Carvalho Chehab
· 11 years ago
1d504b6
[media] media: st-rc: Add reset support
by Srinivas Kandagatla
· 11 years ago
da4a733
[media] media: Remove OOM message after input_allocate_device
by Joe Perches
· 11 years ago
eda9dfd
[media] mceusb: Add Hauppauge WinTV-HVR-930C HD
by Matthias Schwarzott
· 11 years ago
a49de26
[media] dw2102: Use RC Core instead of the legacy RC (second edition)
by Evgeny Plehov
· 11 years ago
39c1cb2
[media] media_tree: Fix spelling errors
by Jonathan McCrohan
· 11 years ago
3ea369e
Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
a310410
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
221cefa
[media] rc: Fir warnings on m68k arch
by Mauro Carvalho Chehab
· 11 years ago
9bd766b
[media] iguanair: simplify calculation of carrier delay cycles
by Sean Young
· 11 years ago
80f93c7
[media] media: st-rc: Add ST remote control driver
by Srinivas Kandagatla
· 11 years ago
8ab1aa8
[media] gpio-ir-recv: Include linux/of.h header
by Sachin Kamat
· 11 years ago
b9e9f02
[media] winbond-cir: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
a232728
[media] ir-rx51: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
3f79410
treewide: Fix common typo in "identify"
by Maxime Jayat
· 11 years ago
f02dcdd
[media] media: rc: rdev->open or rdev->close can be NULL
by Juergen Lock
· 11 years ago
1ac7fde
[media] winbond: wire up rc feedback led
by Sean Young
· 11 years ago
5704e76
[media] ttusbir: wire up rc feedback led
by Sean Young
· 11 years ago
bf13972
[media] redrat3: wire up rc feedback led
by Sean Young
· 11 years ago
153a60b
[media] rc: add feedback led trigger for rc keypresses
by Sean Young
· 11 years ago
38e35a8
[media] redrat3: ensure whole packet is read
by Sean Young
· 11 years ago
ca7a722
[media] media: lirc: Allow lirc dev to talk to rc device
by Srinivas Kandagatla
· 12 years ago
8b2ff32
[media] media: rc: Add rc_open/close and use count to rc_dev
by Srinivas Kandagatla
· 12 years ago
671ea67
[media] lirc: make transmit interface consistent
by Sean Young
· 12 years ago
25379bf
[media] lirc: validate transmission ir data
by Sean Young
· 12 years ago
6026ce0
[media] redrat3: errors on unplug
by Sean Young
· 12 years ago
408ed99
[media] ene_ir: don't use pr_debug after all
by Maxim Levitsky
· 12 years ago
b5daad2
[media] ene_ir: disable the device if wake is disabled
by Maxim Levitsky
· 12 years ago
1de6ebb
[media] ene_ir: Fix interrupt line passthrough to hardware
by Maxim Levitsky
· 12 years ago
d78fe08
[media] rc: gpio-ir-recv: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
3020bea
[media] rc: Add rc-delock-61959
by Jakob Haufe
· 12 years ago
Next »