13 Jan, 2012

1 commit


19 Nov, 2011

1 commit

  • This converts the remaining USB drivers in the kernel to use the
    module_usb_driver() macro which makes the code smaller and a bit
    simpler.

    Added bonus is that it removes some unneeded kernel log messages about
    drivers loading and/or unloading.

    Cc: Guenter Roeck
    Cc: Jean Delvare
    Cc: Ben Dooks
    Cc: Till Harbaum
    Cc: Karsten Keil
    Cc: Chris Ball
    Cc: David Woodhouse
    Cc: Lauro Ramos Venancio
    Cc: Aloisio Almeida Jr
    Cc: Samuel Ortiz
    Cc: Steve Glendinning
    Cc: Florian Tobias Schandinat
    Cc: Evgeniy Polyakov
    Cc: Wim Van Sebroeck
    Cc: "David S. Miller"
    Cc: Jesper Juhl
    Cc: Artem Bityutskiy
    Cc: Jamie Iles
    Cc: Andrew Morton
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

03 Oct, 2011

1 commit

  • Having "edid" as char caused a problem in ufx_read_edid() where we
    compared "edid[i] != 0xFF". Because of the type difference, the
    condition was never true and the error checking failed.

    Also I added a __user notation to silence a sparse complaint.

    Signed-off-by: Dan Carpenter
    Signed-off-by: Florian Tobias Schandinat

    Dan Carpenter
     

15 Sep, 2011

1 commit


06 Sep, 2011

1 commit