File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ void void_init(struct device** device)
63
63
64
64
device_void .capabilities = B (CAP_SIDETONE ) | B (CAP_BATTERY_STATUS ) | B (CAP_NOTIFICATION_SOUND ) | B (CAP_LIGHTS );
65
65
device_void .capability_details [CAP_SIDETONE ] = (struct capability_detail ) { .usagepage = 0xff00 , .usageid = 0x1 , .interface = 0 };
66
- device_void .capability_details [CAP_BATTERY_STATUS ] = (struct capability_detail ) { .usagepage = 0xff00 , .usageid = 0x1 , .interface = 0 };
66
+ device_void .capability_details [CAP_BATTERY_STATUS ] = (struct capability_detail ) { .usagepage = 0xffc5 , .usageid = 0x1 , .interface = 0 };
67
67
device_void .capability_details [CAP_NOTIFICATION_SOUND ] = (struct capability_detail ) { .usagepage = 0xffc5 , .usageid = 0x1 , .interface = 0 };
68
68
device_void .capability_details [CAP_LIGHTS ] = (struct capability_detail ) { .usagepage = 0xffc5 , .usageid = 0x1 , .interface = 0 };
69
69
You can’t perform that action at this time.
0 commit comments