1. 06 1月, 2007 5 次提交
    • D
      USB: omap_udc build fixes (sync with linux-omap) · e6a6e472
      David Brownell 提交于
      Resync the omap_udc driver with the latest from the Linux-OMAP tree.
      Changes include DMA API updates (it builds again!), clock/pm updates,
      minor bugfixes, whitespace.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      e6a6e472
    • A
      USB: funsoft is borken on sparc · 6a3c3d49
      Andrew Morton 提交于
      drivers/usb/serial/funsoft.c: In function `funsoft_ioctl':
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something not a structure or union
      drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration of `type name'
      
      Cc: David Clare <david@funsoft.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      6a3c3d49
    • M
      USB: fix interaction between different interfaces in an "Option" usb device · 8c152713
      Miguel Angel Alvarez 提交于
      Just the serial port in the first interface should control DTR and RTS
      lines. This way, the closing of the rest of the ports does not produce a=
      hangup in the communication.
      Signed-off-by: NMiguel Angel Alvarez <ma.alvarez@ziv.es>
      Signed-off-by: NMatthias Urlichs <matthias@urlichs.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      8c152713
    • A
      UHCI: support device_may_wakeup · 25c77b32
      Alan Stern 提交于
      This patch (as831) adds device_may_wakeup() support to uhci-hcd; it
      has been lacking for a long time.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      25c77b32
    • A
      UHCI: make test for ASUS motherboard more specific · c80a70d5
      Alan Stern 提交于
      Instead of matching all motherboards whose name contains "A7V8X" for a
      remote-wakeup hardware bug, this patch (as829) matches only those
      boards whose name is exactly equal to "A7V8X".  Later motherboards
      don't seem to have the bug.
      
      (In fact, it's possible that only one motherboard in the world has the
      bug.  With only one user reporting problems, it's hard to tell.)
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c80a70d5
  2. 05 1月, 2007 10 次提交
  3. 04 1月, 2007 17 次提交
  4. 03 1月, 2007 8 次提交