1. 08 3月, 2012 3 次提交
  2. 15 2月, 2012 2 次提交
  3. 21 1月, 2012 1 次提交
  4. 13 1月, 2012 1 次提交
  5. 11 1月, 2012 1 次提交
  6. 04 1月, 2012 1 次提交
  7. 02 1月, 2012 1 次提交
  8. 11 12月, 2011 1 次提交
  9. 06 12月, 2011 1 次提交
  10. 25 11月, 2011 1 次提交
  11. 24 11月, 2011 4 次提交
  12. 20 11月, 2011 1 次提交
  13. 19 11月, 2011 1 次提交
    • G
      USB: convert drivers/media/* to use module_usb_driver() · ecb3b2b3
      Greg Kroah-Hartman 提交于
      This converts the drivers in drivers/media/* to use the
      module_usb_driver() macro which makes the code smaller and a bit
      simpler.
      
      Added bonus is that it removes some unneeded kernel log messages about
      drivers loading and/or unloading.
      
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Cc: Luca Risolia <luca.risolia@studio.unibo.it>
      Cc: Jean-Francois Moine <moinejf@free.fr>
      Cc: Frank Zago <frank@zago.net>
      Cc: Olivier Lorin <o.lorin@laposte.net>
      Cc: Erik Andren <erik.andren@gmail.com>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Brian Johnson <brijohn@gmail.com>
      Cc: Leandro Costantino <lcostantino@gmail.com>
      Cc: Antoine Jacquet <royale@zerezo.com>
      Cc: Jarod Wilson <jarod@redhat.com>
      Cc: Florian Mickler <florian@mickler.org>
      Cc: Antti Palosaari <crope@iki.fi>
      Cc: Michael Krufky <mkrufky@kernellabs.com>
      Cc: "David Härdeman" <david@hardeman.nu>
      Cc: Florent Audebert <florent.audebert@anevia.com>
      Cc: Sam Doshi <sam@metal-fish.co.uk>
      Cc: Manu Abraham <manu@linuxtv.org>
      Cc: Olivier Grenie <olivier.grenie@dibcom.fr>
      Cc: Patrick Boettcher <patrick.boettcher@dibcom.fr>
      Cc: "Igor M. Liplianin" <liplianin@me.by>
      Cc: Derek Kelly <user.vdr@gmail.com>
      Cc: Malcolm Priestley <tvboxspy@gmail.com>
      Cc: Steven Toth <stoth@kernellabs.com>
      Cc: "André Weidemann" <Andre.Weidemann@web.de>
      Cc: Martin Wilks <m.wilks@technisat.com>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Jose Alberto Reguero <jareguero@telefonica.net>
      Cc: David Henningsson <david.henningsson@canonical.com>
      Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
      Cc: Joe Perches <joe@perches.com>
      Cc: Jesper Juhl <jj@chaosbits.net>
      Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
      Cc: Hans Verkuil <hans.verkuil@cisco.com>
      Cc: Alexey Khoroshilov <khoroshilov@ispras.ru>
      Cc: Anssi Hannula <anssi.hannula@iki.fi>
      Cc: Rafi Rubin <rafi@seas.upenn.edu>
      Cc: Dan Carpenter <error27@gmail.com>
      Cc: Paul Bender <pebender@gmail.com>
      Cc: Devin Heitmueller <dheitmueller@kernellabs.com>
      Cc: "Márcio A Alves" <froooozen@gmail.com>
      Cc: Julia Lawall <julia@diku.dk>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Cc: Chris Rankin <rankincj@yahoo.com>
      Cc: Lee Jones <lee.jones@canonical.com>
      Cc: Andy Walls <awalls@md.metrocast.net>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Dean Anderson <linux-dev@sensoray.com>
      Cc: Pete Eberlein <pete@sensoray.com>
      Cc: Arvydas Sidorenko <asido4@gmail.com>
      Cc: Andrea Anacleto <andreaanacleto@libero.it>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ecb3b2b3
  14. 01 11月, 2011 3 次提交
  15. 12 10月, 2011 1 次提交
  16. 24 9月, 2011 2 次提交
    • P
      [media] media, rc: Use static inline functions to kill warnings · 600836cc
      Pekka Enberg 提交于
      This patch converts some ifdef'd wrapper functions from macros to static inline
      functions to kill the following warnings issued by GCC:
      
          CC [M]  drivers/media/rc/ir-raw.o
        drivers/media/rc/ir-raw.c: In function ‘init_decoders’:
        drivers/media/rc/ir-raw.c:353:2: warning: statement with no effect [-Wunused-value]
        drivers/media/rc/ir-raw.c:354:2: warning: statement with no effect [-Wunused-value]
        drivers/media/rc/ir-raw.c:355:2: warning: statement with no effect [-Wunused-value]
        drivers/media/rc/ir-raw.c:356:2: warning: statement with no effect [-Wunused-value]
        drivers/media/rc/ir-raw.c:357:2: warning: statement with no effect [-Wunused-value]
        drivers/media/rc/ir-raw.c:359:2: warning: statement with no effect [-Wunused-value]
      
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Cc: "David Härdeman" <david@hardeman.nu>
      Cc: Jarod Wilson <jarod@redhat.com>
      Cc: <linux-media@vger.kernel.org>
      Signed-off-by: NPekka Enberg <penberg@kernel.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      600836cc
    • M
      [media] rc tables: include linux/module.h · 547d42ea
      Mauro Carvalho Chehab 提交于
      Prevents errors when merging with -next:
      
      drivers/media/rc/keymaps/rc-snapstream-firefly.c:105:16: error: expected declaration specifiers or ‘...’ before string constant
      drivers/media/rc/keymaps/rc-snapstream-firefly.c:106:15: error: expected declaration specifiers or ‘...’ before string constant
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      547d42ea
  17. 22 9月, 2011 8 次提交
  18. 11 9月, 2011 1 次提交
    • J
      [media] nuvoton-cir: simplify raw IR sample handling · de4ed0c1
      Jarod Wilson 提交于
      The nuvoton-cir driver was storing up consecutive pulse-pulse and
      space-space samples internally, for no good reason, since
      ir_raw_event_store_with_filter() already merges back to back like
      samples types for us. This should also fix a regression introduced late
      in 3.0 that related to a timeout change, which actually becomes correct
      when coupled with this change. Tested with RC6 and RC5 on my own
      nuvoton-cir hardware atop vanilla 3.0.0, after verifying quirky
      behavior in 3.0 due to the timeout change.
      Reported-by: NStephan Raue <sraue@openelec.tv>
      CC: Stephan Raue <sraue@openelec.tv>
      CC: stable@vger.kernel.org
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      de4ed0c1
  19. 04 9月, 2011 3 次提交
  20. 03 9月, 2011 1 次提交
  21. 27 8月, 2011 2 次提交
    • J
      [media] mceusb: update version, copyright, author · fda516b7
      Jarod Wilson 提交于
      Add note about recent updates coming from Microsoft's publicly available
      specs on Windows Media Center remotes and receivers/transmitters.
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      fda516b7
    • J
      [media] mceusb: report actual tx frequencies · e217fb43
      Jarod Wilson 提交于
      Rather than dumping out hex values, lets print the actual calculated
      frequency and period the hardware has been configured for. After this
      
      [ 2643.276215] mceusb 3-1:1.0: tx data: 9f 07 (length=2)
      [ 2643.276218] mceusb 3-1:1.0: Get carrier mode and freq
      [ 2643.277206] mceusb 3-1:1.0: rx data: 9f 06 01 42 (length=4)
      [ 2643.277209] mceusb 3-1:1.0: Got carrier of 37037 Hz (period 27us)
      
      Matches up perfectly with the table in Microsoft's docs.
      
      Of course, I've noticed on one of my devices that the MS-recommended
      default value of 1 for carrier pre-scaler and 66 for carrier period was
      butchered, and instead of converting 66 to hex (0x42 like above), they
      put in 0x66, so the hardware reports a default carrier of 24390Hz.
      Fortunately, I guess, this particular device is rx-only, but I wouldn't
      put it past other hw to screw up here too.
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      e217fb43