1. 08 Jan, 2003 13 commits
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/linux/linux/BK/bleeding-2.5 · 634a9873
      Greg Kroah-Hartman authored
      into kroah.com:/home/linux/linux/BK/gregkh-2.5
      634a9873
    • Neil Turton's avatar
      [PATCH] USB Serial patch for old pl2303 devices. · ec58f8e3
      Neil Turton authored
      I got a PL2303 USB serial converter a few days ago, and got your driver
      up and running fairly quickly.  The problem is that I got an oops when I
      rmmod-ed the drivers.  The pl2303 uses two interfaces but registers only
      the second (technically wrong, I guess, but should work).  When pl2303.o
      is removed, it attempts to deregister the first interface (which has no
      effect), so the second interface remains registered with usbserial.  The
      old struct serial still points at the removed pl2303 driver so things go
      pop when anything touches it.
      
      I think the PL2303 hack in usb_serial_probe should not change the
      "interface" variable, which gets stored in serial->interface, since
      usbcore will register whatever "ifnum" says.  I think that's enough
      waffle.  The patch is below.  Keep up the good work!
      ec58f8e3
    • Gerd Knorr's avatar
      [PATCH] saa7134 driver update · 6f2f7e21
      Gerd Knorr authored
      This updates the saa7134 driver.  It adds support for a few more cards
      and includes adaptions to the video-buf.c changes sent earlier.
      6f2f7e21
    • Gerd Knorr's avatar
      [PATCH] i2c update for tuner.c · f26843fa
      Gerd Knorr authored
      This has some i2c adaptions and cleanups for the tv card tuner module.
      f26843fa
    • Gerd Knorr's avatar
      [PATCH] media/video i2c updates · 8af53d35
      Gerd Knorr authored
      This updates a bunch of i2c modules in drivers/media/video.  Most of it
      are adaptions to the recent i2c changes in the kernel.  While being at
      it I also did some other cleanups like deleting unused+dead code, using
      name-based initialization for some not-yet converted structs, ...
      
      The also has a few small fixes here and there, but no major functional
      changes.
      8af53d35
    • Gerd Knorr's avatar
      [PATCH] add bt832 module · 16793fc5
      Gerd Knorr authored
      This adds a driver module for the bt832 chip.  It is needed by the bttv
      driver to support the Pixelview Digital Camera.  The bt832 is connected
      using the GPIO pins of the bt878 chip.
      16793fc5
    • Gerd Knorr's avatar
      [PATCH] update bttv documentation · fc670cc3
      Gerd Knorr authored
      fc670cc3
    • Gerd Knorr's avatar
      [PATCH] bttv driver update. · e6cc6e2e
      Gerd Knorr authored
      This updates the bttv driver.  Changes:
      
       * adaptions to the video-buf changes send in a previous mail.
       * adaptions to recent i2c changes in the kernel.
       * first code bits the pixelview digital camera support (not
         working yet).
       * lots of small fixes/changes for specific TV cards.
      e6cc6e2e
    • Gerd Knorr's avatar
      [PATCH] add v4l1-compat module. · 3019e9c0
      Gerd Knorr authored
      This adds the v4l1-compat module.  This is a module which can translate
      most (old) v4l1 ioctls into the new v4l2 API.  This makes it easier for
      v4l2 drivers to present both old v4l and new v4l2 APIs to video4linux
      applications.  The saa7134 driver uses this for example.
      3019e9c0
    • Gerd Knorr's avatar
      [PATCH] video-buf.c update · 7b44ca8b
      Gerd Knorr authored
      This updates the video-buf helper module.  It changes the field handling
      a bit and adds code do deal better with alternating field capture (=
      capture even and odd fields to separate video buffers).
      7b44ca8b
    • Gerd Knorr's avatar
      [PATCH] add tda9887 module · 60e4b5d3
      Gerd Knorr authored
      This adds the tda9887 i2c module to the linux kernel.  This one is
      needed for some TV cards.  It also adds the missing #define to
      audiochip.h which currently breaks the bttv build.
      60e4b5d3
    • Henning Meier-Geinitz's avatar
      [PATCH] scanner.c, scanner.h: Use symbolic name for interface class · 9a1a4649
      Henning Meier-Geinitz authored
      Hi,
      
      On Wed, Jan 08, 2003 at 08:29:36AM -0800, Greg KH wrote:
      > On Tue, Dec 24, 2002 at 05:44:55PM +0100, Henning Meier-Geinitz wrote:
      > > Hi,
      > >
      > > On Tue, Dec 24, 2002 at 12:40:06AM +0100, Oliver Neukum wrote:
      > > >
      > > > > Well, the reason I didn't use one was that I didn't found one in
      > > > > usb.h/usb_ch9.h for 16. It's also not listed on www.usb.org.
      > > > >
      > > > > lsusb calls it "Data". However, I'm not sure if this is a hex/dec
      > > > > error and they really mean "Data" = dec 10, not 0x10 (=dec 16).
      > > > >
      > > > > Shall I define a local symbolic name (e.g.
      > > > > STRANGE_HP_SCANJET_INTERFACE_CLASS)? But I really don't know what this
      > > > > class is. I only know that it's used by a Hewlett-Packard ScanJet
      > > > > 3300c and Genius HR6 USB - Vivid III.
      > > >
      > > > Better that than a bare number.
      > >
      > > Patch attached.
      >
      > Applied to my 2.4 tree, sorry for the delay.
      
      Here is the same for 2.5.44:
      9a1a4649
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · b6cb7ebe
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      b6cb7ebe
  2. 09 Jan, 2003 5 commits
  3. 08 Jan, 2003 22 commits