1. 26 9月, 2006 2 次提交
    • A
      V4L/DVB (4484): Git-dvb: cadet build fix · d591b9cc
      Andrew Morton 提交于
      drivers/media/radio/radio-cadet.c: In function 'cadet_do_ioctl':
      drivers/media/radio/radio-cadet.c:362: warning: implicit declaration of function 'KERNEL_VERSION'
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      d591b9cc
    • H
      V4L/DVB (4406): Convert radio-cadet to V4L2 API · c0c7fa09
      Hans J. Koch 提交于
      This is a card with RDS capabilities. 
      RDS specifications didn't change from V4L1 to V4L2, so that part should be OK. 
      This patch changed the following stuff:
      * The device can be opened multiple times. That's necessary because there are 
      at least a radio application and an RDS application (rdsd) that want to 
      open() the device.
      * Added a poll() function. Every character device should have that, and rdsd 
      expects it as it uses select() on that file descriptor.
      * Converted the ioctls to V4L2. MUTE is not implemented correctly as the 
      card doesn't seem to have a special bit for that. Probably there are a few 
      more ioctls that should at least return 0 or an error.
      As I do not own such a card, I couldn't test anything. If there is anybody out 
      there who owns such an ancient card, please test and report. 
      I just checked that the code compiles.
      Signed-off-by: NHans J. Koch <koch@hjk-az.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      c0c7fa09
  2. 25 6月, 2006 2 次提交
  3. 10 1月, 2006 1 次提交
    • A
      V4L (926_2): Moves compat32 functions from fs to v4l subsystem · 0d0fbf81
      Arnd Bergmann 提交于
      This moves the 32 bit ioctl compatibility handlers for
      Video4Linux into a new file and adds explicit calls to them
      to each v4l device driver.
      
      Unfortunately, there does not seem to be any code handling
      the v4l2 ioctls, so quite often the code goes through two
      separate conversions, first from 32 bit v4l to 64 bit v4l,
      and from there to 64 bit v4l2. My patch does not change
      that, so there is still much room for improvement.
      
      Also, some drivers have additional ioctl numbers, for
      which the conversion should be handled internally to
      that driver.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
      0d0fbf81
  4. 15 10月, 2005 1 次提交
  5. 13 9月, 2005 1 次提交
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4