diff options
| -rwxr-xr-x | bin/touchpad_driver_info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/touchpad_driver_info b/bin/touchpad_driver_info index 3f38968..431b874 100755 --- a/bin/touchpad_driver_info +++ b/bin/touchpad_driver_info @@ -15,7 +15,7 @@ class TouchResult: attributes = {} def addDevice(self, device): - if getattr(device, 'category') == 'TOUCH': + if getattr(device, 'category') == 'TOUCHPAD': self.attributes['driver'] = getattr(device, 'driver') self.attributes['product'] = getattr(device, 'product') |
