1. 06 Sep, 2003 30 commits
  2. 05 Sep, 2003 10 commits
    • Jean Tourrilhes's avatar
      [irda] Dongle module aliases · f17c892b
      Jean Tourrilhes authored
      		<Patch from Rusty Russell>
      	o [FEATURE] Add module aliases to dongle drivers
      f17c892b
    • Jean Tourrilhes's avatar
      [irda] init failure cleanups · 54d6055b
      Jean Tourrilhes authored
      		<Patch from Guennadi Liakhovetski>
      	o [FEATURE] Don't leak stuff in various failure paths
      	o [FEATURE] Properly initialise self->max_header_size in IrIAP
      54d6055b
    • Jean Tourrilhes's avatar
      [irda] connect watchdog fixes · 349f5838
      Jean Tourrilhes authored
      	o [CRITICA] In case of connect watchdog, drop reference to the LAP
      	o [CORRECT] Prevent dumping LSAP after connect watchdog
      	o [CRITICA] Prevent dumping TSAP if dumping LSAP did fail
      	o [CORRECT] Only set connected bit on response if LSAP state is correct
      349f5838
    • Jean Tourrilhes's avatar
      [irda] LAP close race · 67eb5250
      Jean Tourrilhes authored
      	o [CRITICA] Fix a race condition when closing the LAP
      		prevent the stack to open new LSAPs while we are killing them.
      67eb5250
    • Jean Tourrilhes's avatar
      [irda] irtty cleanup · 8d9a9ed7
      Jean Tourrilhes authored
      	o [FEATURE] Finish removing traces of old irtty driver
      8d9a9ed7
    • Jean Tourrilhes's avatar
      [irda] NSC 3839x probe fixes · 313da3f2
      Jean Tourrilhes authored
      		<Patch from Jan Frey>
      	o [CORRECT] Make NSC 3839x probe and init *really* work
      		The new 3839x code was totally broken.
      		Won't affect code for regular 38108/38338 chips.
      313da3f2
    • Jean Tourrilhes's avatar
      [irda] IrCOMM mod refcount · 5cd7cf61
      Jean Tourrilhes authored
      	o [FEATURE] Finish removing traces of old module refcount stuff
      5cd7cf61
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/linux/BK/bleed-2.5 · 3ddbe676
      Greg Kroah-Hartman authored
      into kroah.com:/home/linux/BK/gregkh-2.6
      3ddbe676
    • Joris Struyve's avatar
      [PATCH] unusual_devs.h entry · 211bb44d
      Joris Struyve authored
      Hereby you may find my patch for a Medion digital camera along with the
      /proc/bus/usb/devices output.
      211bb44d
    • David Brownell's avatar
      [PATCH] USB: usb_epnum_to_ep_desc only look · 13a791da
      David Brownell authored
      Original patch from oliverthered@oliverthered.com ... this
      updates it:
      
        - usb_epnum_to_ep_desc() only looks at the active altsetting
        - docs clarified
      
      It's possible some user mode drivers will have relied on the
      previous buggy behavior, since usbfs uses this call.  The fix
      will be for them to set the appropriate altsetting.
      13a791da