~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8712/rtl8712_led.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 * LED object.
50
50
 *===========================================================================
51
51
 */
52
 
enum _LED_STATE_871x{
 
52
enum _LED_STATE_871x {
53
53
        LED_UNKNOWN = 0,
54
54
        LED_ON = 1,
55
55
        LED_OFF = 2,