Roynas-Android-Playground / kernel_samsung_universal9611

Grass kernel source for Galaxy A51/M21/M31/M31s/F41/Tab S6 Lite, archived due to a kanger
Other
28 stars 35 forks source link

Compile error #36

Closed cat658011 closed 2 months ago

cat658011 commented 2 months ago
../drivers/hid/hid-core.c:2342:2: error: use of undeclared identifier 'USB_DEVICE_ID_SONY_PS5_CONTROLLER'
 2342 |         USB_DEVICE_ID_SONY_PS5_CONTROLLER) },
      |         ^
../drivers/hid/hid-core.c:2344:2: error: use of undeclared identifier 'USB_DEVICE_ID_SONY_PS5_CONTROLLER'
 2344 |         USB_DEVICE_ID_SONY_PS5_CONTROLLER) },
      |         ^
2 errors generated.

I guess it related with https://github.com/Roynas-Android-Playground/kernel_samsung_universal9611/commit/32681572a077cba0b861048e92558cfe4e3a1cdf

Fede2782 commented 2 months ago

Found why, i'll made PR to fix asap. My fault

cat658011 commented 2 months ago

thanks

Fede2782 commented 2 months ago

Fixed with the PR

cat658011 commented 2 months ago

okay