1. 25 4月, 2008 5 次提交
  2. 11 3月, 2008 1 次提交
  3. 05 3月, 2008 2 次提交
  4. 22 2月, 2008 1 次提交
  5. 02 2月, 2008 6 次提交
  6. 26 10月, 2007 2 次提交
  7. 20 10月, 2007 1 次提交
  8. 19 10月, 2007 1 次提交
    • J
      Add missing newlines to some uses of dev_<level> messages · 898eb71c
      Joe Perches 提交于
      Found these while looking at printk uses.
      
      Add missing newlines to dev_<level> uses
      Add missing KERN_<level> prefixes to multiline dev_<level>s
      Fixed a wierd->weird spelling typo
      Added a newline to a printk
      Signed-off-by: NJoe Perches <joe@perches.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: Mark M. Hoffman <mhoffman@lightlink.com>
      Cc: Roland Dreier <rolandd@cisco.com>
      Cc: Tilman Schmidt <tilman@imap.cc>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: Greg KH <greg@kroah.com>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: James Smart <James.Smart@Emulex.Com>
      Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Jaroslav Kysela <perex@suse.cz>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      898eb71c
  9. 13 10月, 2007 1 次提交
  10. 11 9月, 2007 1 次提交
  11. 23 8月, 2007 1 次提交
  12. 13 7月, 2007 3 次提交
  13. 26 6月, 2007 1 次提交
  14. 23 5月, 2007 3 次提交
  15. 28 4月, 2007 2 次提交
  16. 27 3月, 2007 1 次提交
  17. 10 3月, 2007 4 次提交
    • G
      USB: Product ID for FT232RL in ftdi_sio · d8b21606
      Gard Spreemann 提交于
      Here is a patch adding the PID for the FT232RL to ftdi_sio. The patch
      generates a warning during compilation because get_ftdi_divisor doesn't
      explicitly handle the FT232RL with this patch, so I guess you don't want
      to use it in its current state. It is all I could come up with with the
      knowledge I have of the drivers at the moment, though, and I hope you
      can have some use for it at least. It works fine with my DLP-TILT with
      an FT232RL.
      
      From: Gard Spreemann <spreeman@stud.ntnu.no>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d8b21606
    • J
      USB: ftdi_sio: use port_probe / port_remove thereby fixing access to the latency_timer · 12bdbe03
      Jim Radford 提交于
      Convert all the port specific code in attach / shutdown to use the new
      port_probe / port_register callbacks from device_register /
      device_unregister allowing adding the sysfs attributes to be added at
      the correct time and to the serial port device itself, instead of to
      the unadorned usb device, avoiding a NULL dereference.
      Signed-off-by: NJim Radford <radford@blackbean.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      12bdbe03
    • T
      USB: add Additional PIDs in ftdi_sio · 4eaf60e0
      Thomas Schleusener 提交于
      I've developed some devices with FTDI chips (FT232xx). FTDI was so kind
      to give some own PID's which I can use together with their VID. Some of
      the devices are already very popular here and I have customers from
      universities, institutes .....
      
      I use the FTDI VID 0x0403. My PID's are:
      
      0xff38 - IBS US485 (USB<-->RS422/485 interface)
      0xff39 - IBS PIC-Programmer
      0xff3a - IBS Card reader for PCMCIA SRAM-cards
      0xff3b - IBS PK1 - Particel counter
      0xff3c - IBS RS232 - Monitor
      0xff3d - APP 70 (dust monitoring system)
      0xff3e - IBS PEDO-Modem (RF modem 868.35 MHz)
      0xff3f - future device
      
      The company is "IBS Ing.-Buero Schleusener".
      
      
      From: Thomas Schleusener <thomas@be-schl.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      4eaf60e0
    • M
      USB: add QL355P power supply ids to fdti_sio · ef31fec0
      Michael Olberg 提交于
      ef31fec0
  18. 24 2月, 2007 1 次提交
  19. 08 2月, 2007 2 次提交
  20. 21 12月, 2006 1 次提交