Skip to content

Commit

Permalink
Add 204HW Y300-J1V100R001C111B121
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroyuki Ikezoe committed Dec 30, 2014
1 parent 1fb787b commit 80b8467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1481,4 +1481,9 @@ INSERT INTO supported_devices(device_id, device, build_id, check_property_name,
INSERT INTO device_address(device_id, name, value) VALUES(200, 'remap_pfn_range', '0xc0251abc');
INSERT INTO device_address(device_id, name, value) VALUES(200, 'vmalloc_exec', '0xc025f168');

INSERT INTO supported_devices(device_id, device, build_id, check_property_name, check_property_value) VALUES(201, '204HW', 'Y300-J1V100R001C111B121', NULL, NULL);
INSERT INTO device_address(device_id, name, value) VALUES(201, 'prepare_kernel_cred', '0xc00bd3a8');
INSERT INTO device_address(device_id, name, value) VALUES(201, 'commit_creds', '0xc00bcfe0');
INSERT INTO device_address(device_id, name, value) VALUES(201, 'ptmx_fops', '0xc0b0b130');

COMMIT;

0 comments on commit 80b8467

Please sign in to comment.