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

« back to all changes in this revision

Viewing changes to drivers/hid/hid-lgff.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:
72
72
        { 0x046d, 0xc287, ff_joystick_ac },
73
73
        { 0x046d, 0xc293, ff_joystick },
74
74
        { 0x046d, 0xc294, ff_wheel },
 
75
        { 0x046d, 0xc298, ff_wheel },
 
76
        { 0x046d, 0xc299, ff_wheel },
 
77
        { 0x046d, 0xc29b, ff_wheel },
75
78
        { 0x046d, 0xc295, ff_joystick },
 
79
        { 0x046d, 0xc298, ff_wheel },
 
80
        { 0x046d, 0xc299, ff_wheel },
76
81
        { 0x046d, 0xca03, ff_wheel },
77
82
};
78
83